Package | Description |
---|---|
org.processmining.logfiltering.parameters |
Modifier and Type | Method and Description |
---|---|
FilterLevel |
MatrixFilterParameter.getFilterLevel() |
static FilterLevel |
FilterLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilterLevel[] |
FilterLevel.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.setFilterLevel(FilterLevel filteringMethod) |
Constructor and Description |
---|
MatrixFilterParameter(double probabilityOfRemoval,
AdjustingType adjustingThresholdMethod,
int subsequencelenth,
FilterLevel filteringmethod,
FilterSelection filteringSelection,
ProbabilityType probabilitycomutingMethod,
org.deckfour.xes.classification.XEventClassifier eventattribute) |
MatrixFilterParameter(double probabilityOfRemoval,
FilterLevel filteringmethod,
org.deckfour.xes.classification.XEventClassifier eventattribute) |