Uses of Class
adams.data.weka.classattribute.AbstractClassAttributeHeuristic
-
Packages that use AbstractClassAttributeHeuristic Package Description adams.data.weka.classattribute adams.gui.tools.wekainvestigator adams.gui.tools.wekamultiexperimenter.experiment -
-
Uses of AbstractClassAttributeHeuristic in adams.data.weka.classattribute
Subclasses of AbstractClassAttributeHeuristic in adams.data.weka.classattribute Modifier and Type Class Description classAttributeIndexUses the supplied attribute index to select the class attribute.classByExactNameReturns indices of columns which names match the exact name.classByNameThe first attribute name that matches the regular expression is used as class attribute.classLastAttributeSimply chooses the last attribute as class attribute.classNoClassAttributeNever returns a class attribute. -
Uses of AbstractClassAttributeHeuristic in adams.gui.tools.wekainvestigator
Fields in adams.gui.tools.wekainvestigator declared as AbstractClassAttributeHeuristic Modifier and Type Field Description protected AbstractClassAttributeHeuristicInvestigatorPanel. m_ClassAttributeHeuristicthe heuristic for selecting the class attribute.Methods in adams.gui.tools.wekainvestigator that return AbstractClassAttributeHeuristic Modifier and Type Method Description AbstractClassAttributeHeuristicInvestigatorPanel. getClassAttributeHeuristic()Returns the current class attribute heuristic.Methods in adams.gui.tools.wekainvestigator with parameters of type AbstractClassAttributeHeuristic Modifier and Type Method Description voidInvestigatorPanel. setClassAttributeHeuristic(AbstractClassAttributeHeuristic value)Sets the class attribute heuristic. -
Uses of AbstractClassAttributeHeuristic in adams.gui.tools.wekamultiexperimenter.experiment
Fields in adams.gui.tools.wekamultiexperimenter.experiment declared as AbstractClassAttributeHeuristic Modifier and Type Field Description protected AbstractClassAttributeHeuristicAbstractExperiment. m_ClassAttributehow to determine the class attribute.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return AbstractClassAttributeHeuristic Modifier and Type Method Description AbstractClassAttributeHeuristicAbstractExperiment. getClassAttribute()Returns the heuristic for determining the class attribute (if not explicitly set).Methods in adams.gui.tools.wekamultiexperimenter.experiment with parameters of type AbstractClassAttributeHeuristic Modifier and Type Method Description voidAbstractExperiment. setClassAttribute(AbstractClassAttributeHeuristic value)Sets the heuristic for determining the class attribute (if not explicitly set).
-