Uses of Class
adams.data.weka.WekaLabelRange
-
Packages that use WekaLabelRange Package Description adams.data.weka adams.flow.sink adams.flow.transformer adams.gui.goe adams.gui.tools.wekainvestigator.tab.classifytab.output -
-
Uses of WekaLabelRange in adams.data.weka
Methods in adams.data.weka that return WekaLabelRange Modifier and Type Method Description WekaLabelRange
WekaLabelRange. getClone()
Returns a clone of the object. -
Uses of WekaLabelRange in adams.flow.sink
Fields in adams.flow.sink declared as WekaLabelRange Modifier and Type Field Description protected WekaLabelRange
WekaCostCurve. m_ClassLabelRange
the class label range.protected WekaLabelRange
WekaThresholdCurve. m_ClassLabelRange
the class label indices.Methods in adams.flow.sink that return WekaLabelRange Modifier and Type Method Description WekaLabelRange
WekaCostCurve. getClassLabelRange()
Returns the class label indices.WekaLabelRange
WekaThresholdCurve. getClassLabelRange()
Returns the class label indices.Methods in adams.flow.sink with parameters of type WekaLabelRange Modifier and Type Method Description void
WekaCostCurve. setClassLabelRange(WekaLabelRange value)
Sets the class label indices.void
WekaThresholdCurve. setClassLabelRange(WekaLabelRange value)
Sets the class label indices. -
Uses of WekaLabelRange in adams.flow.transformer
Fields in adams.flow.transformer declared as WekaLabelRange Modifier and Type Field Description protected WekaLabelRange
WekaEvaluationValues. m_ClassIndex
the range of the class labels.Methods in adams.flow.transformer that return WekaLabelRange Modifier and Type Method Description WekaLabelRange
WekaEvaluationValues. getClassIndex()
Returns the current range of class label indices (1-based).Methods in adams.flow.transformer with parameters of type WekaLabelRange Modifier and Type Method Description void
WekaEvaluationValues. setClassIndex(WekaLabelRange value)
Sets the range of class labels indices (1-based). -
Uses of WekaLabelRange in adams.gui.goe
Methods in adams.gui.goe that return WekaLabelRange Modifier and Type Method Description protected WekaLabelRange
WekaLabelRangeEditor. parse(String s)
Parses the given string and returns the generated object. -
Uses of WekaLabelRange in adams.gui.tools.wekainvestigator.tab.classifytab.output
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output declared as WekaLabelRange Modifier and Type Field Description protected WekaLabelRange
LegacyCostCurve. m_ClassLabelRange
the class label range.protected WekaLabelRange
LegacyThresholdCurve. m_ClassLabelRange
the class label indices.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return WekaLabelRange Modifier and Type Method Description WekaLabelRange
LegacyCostCurve. getClassLabelRange()
Returns the class label indices.WekaLabelRange
LegacyThresholdCurve. getClassLabelRange()
Returns the class label indices.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type WekaLabelRange Modifier and Type Method Description void
LegacyCostCurve. setClassLabelRange(WekaLabelRange value)
Sets the class label indices.void
LegacyThresholdCurve. setClassLabelRange(WekaLabelRange value)
Sets the class label indices.
-