Uses of Class
org.processmining.logfiltering.parameters.AdjustingType
-
Packages that use AdjustingType Package Description org.processmining.logfiltering.parameters -
-
Uses of AdjustingType in org.processmining.logfiltering.parameters
Methods in org.processmining.logfiltering.parameters that return AdjustingType Modifier and Type Method Description AdjustingTypeFrequencyFilterParameter. getAdjustingThresholdMethod()AdjustingTypeMatrixFilterParameter. getAdjustingThresholdMethod()AdjustingTypePrototypeV2Parameter. getAdjustingThresholdMethod()static AdjustingTypeAdjustingType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AdjustingType[]AdjustingType. 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 AdjustingType Modifier and Type Method Description voidFrequencyFilterParameter. setAdjustingThresholdMethod(AdjustingType adjustingThresholdMethod)voidMatrixFilterParameter. setAdjustingThresholdMethod(AdjustingType adjustingThresholdMethod)voidPrototypeV2Parameter. setAdjustingThresholdMethod(AdjustingType adjustingThresholdMethod)Constructors in org.processmining.logfiltering.parameters with parameters of type AdjustingType 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)
-