Package | Description |
---|---|
org.processmining.prabhakardixit.featureSelection |
Modifier and Type | Method and Description |
---|---|
static Evaluators |
SelectFeatures.getEvaluator() |
static Evaluators |
Evaluators.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Evaluators[] |
Evaluators.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static weka.attributeSelection.AttributeSelection |
FilterEvaluatorFunctions.filterEvaluator(weka.core.Instances trainingData,
java.util.ArrayList<weka.core.Attribute> attInfo,
Evaluators eval) |
static void |
SelectFeatures.setEvaluator(Evaluators eval) |