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 WekaLabelIndexWekaLabelIndex. 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 WekaLabelIndexWekaCostBenefitAnalysis. m_ClassIndexthe index of the class label.Methods in adams.flow.sink that return WekaLabelIndex Modifier and Type Method Description WekaLabelIndexWekaCostBenefitAnalysis. 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 voidWekaCostBenefitAnalysis. 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 WekaLabelIndexWekaBootstrapping. m_ClassIndexthe index of the class label.protected WekaLabelIndexWekaEvaluationValuePicker. m_ClassIndexthe index of the class label.protected WekaLabelIndexWekaClassifierRanker. m_ClassLabelthe class label (in case of class-specific measures).protected WekaLabelIndexWekaClassifierRanker.RankingJob. m_ClassLabelthe class label index.protected WekaLabelIndexWekaInstancesInfo. m_LabelIndexthe index of the label.Methods in adams.flow.transformer that return WekaLabelIndex Modifier and Type Method Description WekaLabelIndexWekaBootstrapping. getClassIndex()Returns the current index of class label (1-based).WekaLabelIndexWekaEvaluationValuePicker. getClassIndex()Returns the current class label index (1-based).WekaLabelIndexWekaClassifierRanker. getClassLabel()Returns the class label index to use for class-specific measures.WekaLabelIndexWekaInstancesInfo. getLabelIndex()Returns the index of the label to use.Methods in adams.flow.transformer with parameters of type WekaLabelIndex Modifier and Type Method Description voidWekaBootstrapping. setClassIndex(WekaLabelIndex value)Sets the index of class label index (1-based).voidWekaEvaluationValuePicker. setClassIndex(WekaLabelIndex value)Sets the class label index (1-based).voidWekaClassifierRanker. setClassLabel(WekaLabelIndex value)Sets the class label index to use for class-specific measures.voidWekaInstancesInfo. 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 WekaLabelIndexStatistics. m_ClassIndexthe index of the class label.Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput that return WekaLabelIndex Modifier and Type Method Description WekaLabelIndexStatistics. 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 voidStatistics. 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 WekaLabelIndexWekaLabelIndexEditor. 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 WekaLabelIndexLegacyCostBenefitAnalysis. m_ClassIndexthe index of the class label.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return WekaLabelIndex Modifier and Type Method Description WekaLabelIndexLegacyCostBenefitAnalysis. 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 voidLegacyCostBenefitAnalysis. 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 WekaLabelIndexStatistics. m_ClassIndexthe index of the class label.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated that return WekaLabelIndex Modifier and Type Method Description WekaLabelIndexStatistics. 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 voidStatistics. 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 WekaLabelIndexAbstractClassifierBasedGeneticAlgorithm. m_ClassLabelIndexthe label index.Methods in adams.opt.genetic that return WekaLabelIndex Modifier and Type Method Description WekaLabelIndexAbstractClassifierBasedGeneticAlgorithm. 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 voidAbstractClassifierBasedGeneticAlgorithm. 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 WekaLabelIndexThresholdedBinaryClassification. m_Labelthe label to check.protected WekaLabelIndexVeto. m_Labelthe label to check.Methods in weka.classifiers.meta that return WekaLabelIndex Modifier and Type Method Description protected WekaLabelIndexThresholdedBinaryClassification. getDefaultLabel()Returns the default label index.protected WekaLabelIndexVeto. getDefaultLabel()Returns the default label index.WekaLabelIndexThresholdedBinaryClassification. getLabel()Returns the label index.WekaLabelIndexVeto. getLabel()Returns the label index.Methods in weka.classifiers.meta with parameters of type WekaLabelIndex Modifier and Type Method Description voidThresholdedBinaryClassification. setLabel(WekaLabelIndex value)Sets the label index to use.voidVeto. setLabel(WekaLabelIndex value)Sets the label index to use.
-