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