Uses of Class
org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree.Range
-
Packages that use Range Package Description org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree -
-
Uses of Range in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree
Fields in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree declared as Range Modifier and Type Field Description protected RangeRemoveSAFilter. m_SelectColsStores which columns to select as a funky rangeMethods in org.processmining.plugins.workshop.Yaguang.WekaDiscriminationTree with parameters of type Range Modifier and Type Method Description protected static java.lang.StringEvaluation. attributeValuesString(Instance instance, Range attRange)Builds a string listing the attribute values in a specified range of indices, separated by commas and enclosed in brackets.protected static java.lang.StringEvaluation. printClassifications(Classifier classifier, Instances train, java.lang.String testFileName, int classIndex, Range attributesToOutput)Prints the predictions for the given dataset into a String variable.
-