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