Uses of Interface
org.processmining.stochasticlabelleddatapetrinet.StochasticLabelledDataPetriNetWeights
-
-
Uses of StochasticLabelledDataPetriNetWeights in org.processmining.stochasticlabelleddatapetrinet
Classes in org.processmining.stochasticlabelleddatapetrinet that implement StochasticLabelledDataPetriNetWeights Modifier and Type Class Description classStochasticLabelledDataPetriNetWeightsDataDependentclassStochasticLabelledDataPetriNetWeightsDataIndependentConstructors in org.processmining.stochasticlabelleddatapetrinet with parameters of type StochasticLabelledDataPetriNetWeights Constructor Description StochasticLabelledDataPetriNetSemanticsWeightsImpl(StochasticLabelledDataPetriNetWeights net, DataStateFactory dataStateFactory) -
Uses of StochasticLabelledDataPetriNetWeights in org.processmining.stochasticlabelleddatapetrinet.io
Methods in org.processmining.stochasticlabelleddatapetrinet.io that return StochasticLabelledDataPetriNetWeights Modifier and Type Method Description StochasticLabelledDataPetriNetWeightsStochasticLabelledDataPetriNetSerializerImpl. deserialize(java.io.InputStream is) -
Uses of StochasticLabelledDataPetriNetWeights in org.processmining.stochasticlabelleddatapetrinet.plugins
Methods in org.processmining.stochasticlabelleddatapetrinet.plugins that return StochasticLabelledDataPetriNetWeights Modifier and Type Method Description StochasticLabelledDataPetriNetWeightsSLDPN. getModel()Methods in org.processmining.stochasticlabelleddatapetrinet.plugins with parameters of type StochasticLabelledDataPetriNetWeights Modifier and Type Method Description javax.swing.JComponentSLDPNWeightedVisualisationPlugin. visualise(org.processmining.framework.plugin.PluginContext context, StochasticLabelledDataPetriNetWeights net, org.processmining.framework.plugin.ProMCanceller canceller)Constructors in org.processmining.stochasticlabelleddatapetrinet.plugins with parameters of type StochasticLabelledDataPetriNetWeights Constructor Description SLDPN(OneHotEncoding oneHotEncoding, StochasticLabelledDataPetriNetWeights model) -
Uses of StochasticLabelledDataPetriNetWeights in org.processmining.stochasticlabelleddatapetrinet.weights.fitting
Methods in org.processmining.stochasticlabelleddatapetrinet.weights.fitting that return StochasticLabelledDataPetriNetWeights Modifier and Type Method Description StochasticLabelledDataPetriNetWeightsLogisticRegressionWeightFitter. fit(org.deckfour.xes.model.XLog log, StochasticLabelledDataPetriNet net)StochasticLabelledDataPetriNetWeightsWeightFitter. fit(org.deckfour.xes.model.XLog log, StochasticLabelledDataPetriNet sldpn)
-