Package | Description |
---|---|
org.processmining.logfiltering.parameters |
Modifier and Type | Method and Description |
---|---|
ProbabilityType |
MatrixFilterParameter.getProbabilitycomutingMethod() |
static ProbabilityType |
ProbabilityType.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.
|
Modifier and Type | Method and Description |
---|---|
void |
MatrixFilterParameter.setProbabilitycomutingMethod(ProbabilityType probabilitycomutingMethod) |
Constructor and Description |
---|
MatrixFilterParameter(double probabilityOfRemoval,
AdjustingType adjustingThresholdMethod,
int subsequencelenth,
FilterLevel filteringmethod,
FilterSelection filteringSelection,
ProbabilityType probabilitycomutingMethod,
org.deckfour.xes.classification.XEventClassifier eventattribute) |