Uses of Class
org.processmining.logfiltering.parameters.ProbabilityType
-
Packages that use ProbabilityType Package Description org.processmining.logfiltering.parameters -
-
Uses of ProbabilityType in org.processmining.logfiltering.parameters
Methods in org.processmining.logfiltering.parameters that return ProbabilityType Modifier and Type Method Description ProbabilityTypeFrequencyFilterParameter. getProbabilitycomutingMethod()ProbabilityTypeMatrixFilterParameter. getProbabilitycomutingMethod()ProbabilityTypePrototypeV2Parameter. getProbabilitycomutingMethod()static ProbabilityTypeProbabilityType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProbabilityType[]ProbabilityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.logfiltering.parameters with parameters of type ProbabilityType Modifier and Type Method Description voidFrequencyFilterParameter. setProbabilitycomutingMethod(ProbabilityType probabilitycomutingMethod)voidMatrixFilterParameter. setProbabilitycomutingMethod(ProbabilityType probabilitycomutingMethod)voidPrototypeV2Parameter. setProbabilitycomutingMethod(ProbabilityType probabilitycomutingMethod)Constructors in org.processmining.logfiltering.parameters with parameters of type ProbabilityType Constructor Description FrequencyFilterParameter(double Thresholdvlue, AdjustingType none, int absteractionLength, AbsteractionType absteraction, FilterSelection selectRemove, ProbabilityType direct, org.deckfour.xes.classification.XEventClassifier classifier, FilterLevel trace)MatrixFilterParameter(double probabilityOfRemoval, AdjustingType adjustingThresholdMethod, int subsequencelenth, FilterLevel filteringmethod, FilterSelection filteringSelection, ProbabilityType probabilitycomutingMethod, org.deckfour.xes.classification.XEventClassifier eventattribute)PrototypeV2Parameter(double probabilityOfRemoval, AdjustingType adjustingThresholdMethod, int subsequencelenth, FilterLevel filteringmethod, FilterSelection filteringSelection, ProbabilityType probabilitycomutingMethod, org.deckfour.xes.classification.XEventClassifier eventattribute)
-