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 WekaLabelRangeWekaLabelRange. 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 WekaLabelRangeWekaCostCurve. m_ClassLabelRangethe class label range.protected WekaLabelRangeWekaThresholdCurve. m_ClassLabelRangethe class label indices.Methods in adams.flow.sink that return WekaLabelRange Modifier and Type Method Description WekaLabelRangeWekaCostCurve. getClassLabelRange()Returns the class label indices.WekaLabelRangeWekaThresholdCurve. getClassLabelRange()Returns the class label indices.Methods in adams.flow.sink with parameters of type WekaLabelRange Modifier and Type Method Description voidWekaCostCurve. setClassLabelRange(WekaLabelRange value)Sets the class label indices.voidWekaThresholdCurve. 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 WekaLabelRangeWekaEvaluationValues. m_ClassIndexthe range of the class labels.Methods in adams.flow.transformer that return WekaLabelRange Modifier and Type Method Description WekaLabelRangeWekaEvaluationValues. 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 voidWekaEvaluationValues. 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 WekaLabelRangeWekaLabelRangeEditor. 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 WekaLabelRangeLegacyCostCurve. m_ClassLabelRangethe class label range.protected WekaLabelRangeLegacyThresholdCurve. m_ClassLabelRangethe class label indices.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return WekaLabelRange Modifier and Type Method Description WekaLabelRangeLegacyCostCurve. getClassLabelRange()Returns the class label indices.WekaLabelRangeLegacyThresholdCurve. 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 voidLegacyCostCurve. setClassLabelRange(WekaLabelRange value)Sets the class label indices.voidLegacyThresholdCurve. setClassLabelRange(WekaLabelRange value)Sets the class label indices.
-