Uses of Class
adams.data.weka.WekaLabelIndex
-
-
Uses of WekaLabelIndex in adams.data.weka
Methods in adams.data.weka that return WekaLabelIndex Modifier and Type Method Description WekaLabelIndex
WekaLabelIndex. getClone()
Returns a clone of the object. -
Uses of WekaLabelIndex in adams.flow.sink
Fields in adams.flow.sink declared as WekaLabelIndex Modifier and Type Field Description protected WekaLabelIndex
WekaCostBenefitAnalysis. m_ClassIndex
the index of the class label.Methods in adams.flow.sink that return WekaLabelIndex Modifier and Type Method Description WekaLabelIndex
WekaCostBenefitAnalysis. getClassIndex()
Returns the current index of class label (1-based).Methods in adams.flow.sink with parameters of type WekaLabelIndex Modifier and Type Method Description void
WekaCostBenefitAnalysis. setClassIndex(WekaLabelIndex value)
Sets the index of class label (1-based). -
Uses of WekaLabelIndex in adams.flow.transformer
Fields in adams.flow.transformer declared as WekaLabelIndex Modifier and Type Field Description protected WekaLabelIndex
WekaBootstrapping. m_ClassIndex
the index of the class label.protected WekaLabelIndex
WekaEvaluationValuePicker. m_ClassIndex
the index of the class label.protected WekaLabelIndex
WekaClassifierRanker. m_ClassLabel
the class label (in case of class-specific measures).protected WekaLabelIndex
WekaClassifierRanker.RankingJob. m_ClassLabel
the class label index.protected WekaLabelIndex
WekaInstancesInfo. m_LabelIndex
the index of the label.Methods in adams.flow.transformer that return WekaLabelIndex Modifier and Type Method Description WekaLabelIndex
WekaBootstrapping. getClassIndex()
Returns the current index of class label (1-based).WekaLabelIndex
WekaEvaluationValuePicker. getClassIndex()
Returns the current class label index (1-based).WekaLabelIndex
WekaClassifierRanker. getClassLabel()
Returns the class label index to use for class-specific measures.WekaLabelIndex
WekaInstancesInfo. getLabelIndex()
Returns the index of the label to use.Methods in adams.flow.transformer with parameters of type WekaLabelIndex Modifier and Type Method Description void
WekaBootstrapping. setClassIndex(WekaLabelIndex value)
Sets the index of class label index (1-based).void
WekaEvaluationValuePicker. setClassIndex(WekaLabelIndex value)
Sets the class label index (1-based).void
WekaClassifierRanker. setClassLabel(WekaLabelIndex value)
Sets the class label index to use for class-specific measures.void
WekaInstancesInfo. setLabelIndex(WekaLabelIndex value)
Sets the index of the label to use.Constructors in adams.flow.transformer with parameters of type WekaLabelIndex Constructor Description RankingJob(weka.classifiers.Classifier cls, int index, weka.core.Instances train, weka.core.Instances test, long seed, int folds, WekaClassifierRanker.Measure measure, WekaLabelIndex classLabel, boolean best)
Initializes the job. -
Uses of WekaLabelIndex in adams.flow.transformer.wekarepeatedcrossvalidationoutput
Fields in adams.flow.transformer.wekarepeatedcrossvalidationoutput declared as WekaLabelIndex Modifier and Type Field Description protected WekaLabelIndex
Statistics. m_ClassIndex
the index of the class label.Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput that return WekaLabelIndex Modifier and Type Method Description WekaLabelIndex
Statistics. getClassIndex()
Returns the current index of class label (1-based).Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput with parameters of type WekaLabelIndex Modifier and Type Method Description void
Statistics. setClassIndex(WekaLabelIndex value)
Sets the index of class label index (1-based). -
Uses of WekaLabelIndex in adams.gui.goe
Methods in adams.gui.goe that return WekaLabelIndex Modifier and Type Method Description protected WekaLabelIndex
WekaLabelIndexEditor. parse(String s)
Parses the given string and returns the generated object. -
Uses of WekaLabelIndex in adams.gui.tools.wekainvestigator.tab.classifytab.output
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output declared as WekaLabelIndex Modifier and Type Field Description protected WekaLabelIndex
LegacyCostBenefitAnalysis. m_ClassIndex
the index of the class label.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return WekaLabelIndex Modifier and Type Method Description WekaLabelIndex
LegacyCostBenefitAnalysis. getClassIndex()
Returns the current index of class label (1-based).Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type WekaLabelIndex Modifier and Type Method Description void
LegacyCostBenefitAnalysis. setClassIndex(WekaLabelIndex value)
Sets the index of class label (1-based). -
Uses of WekaLabelIndex in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated declared as WekaLabelIndex Modifier and Type Field Description protected WekaLabelIndex
Statistics. m_ClassIndex
the index of the class label.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated that return WekaLabelIndex Modifier and Type Method Description WekaLabelIndex
Statistics. getClassIndex()
Returns the current index of class label (1-based).Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated with parameters of type WekaLabelIndex Modifier and Type Method Description void
Statistics. setClassIndex(WekaLabelIndex value)
Sets the index of class label index (1-based). -
Uses of WekaLabelIndex in adams.opt.genetic
Fields in adams.opt.genetic declared as WekaLabelIndex Modifier and Type Field Description protected WekaLabelIndex
AbstractClassifierBasedGeneticAlgorithm. m_ClassLabelIndex
the label index.Methods in adams.opt.genetic that return WekaLabelIndex Modifier and Type Method Description WekaLabelIndex
AbstractClassifierBasedGeneticAlgorithm. getClassLabelIndex()
Returns the index of the class label to use for statistics that work on a per-label-basis.Methods in adams.opt.genetic with parameters of type WekaLabelIndex Modifier and Type Method Description void
AbstractClassifierBasedGeneticAlgorithm. setClassLabelIndex(WekaLabelIndex value)
Sets the index of the class label to use for statistics that work on a per-label-basis. -
Uses of WekaLabelIndex in weka.classifiers.meta
Fields in weka.classifiers.meta declared as WekaLabelIndex Modifier and Type Field Description protected WekaLabelIndex
ThresholdedBinaryClassification. m_Label
the label to check.protected WekaLabelIndex
Veto. m_Label
the label to check.Methods in weka.classifiers.meta that return WekaLabelIndex Modifier and Type Method Description protected WekaLabelIndex
ThresholdedBinaryClassification. getDefaultLabel()
Returns the default label index.protected WekaLabelIndex
Veto. getDefaultLabel()
Returns the default label index.WekaLabelIndex
ThresholdedBinaryClassification. getLabel()
Returns the label index.WekaLabelIndex
Veto. getLabel()
Returns the label index.Methods in weka.classifiers.meta with parameters of type WekaLabelIndex Modifier and Type Method Description void
ThresholdedBinaryClassification. setLabel(WekaLabelIndex value)
Sets the label index to use.void
Veto. setLabel(WekaLabelIndex value)
Sets the label index to use.
-