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 class
AttributeIndex
Uses the supplied attribute index to select the class attribute.class
ByExactName
Returns indices of columns which names match the exact name.class
ByName
The first attribute name that matches the regular expression is used as class attribute.class
LastAttribute
Simply chooses the last attribute as class attribute.class
NoClassAttribute
Never 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 AbstractClassAttributeHeuristic
InvestigatorPanel. m_ClassAttributeHeuristic
the heuristic for selecting the class attribute.Methods in adams.gui.tools.wekainvestigator that return AbstractClassAttributeHeuristic Modifier and Type Method Description AbstractClassAttributeHeuristic
InvestigatorPanel. getClassAttributeHeuristic()
Returns the current class attribute heuristic.Methods in adams.gui.tools.wekainvestigator with parameters of type AbstractClassAttributeHeuristic Modifier and Type Method Description void
InvestigatorPanel. 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 AbstractClassAttributeHeuristic
AbstractExperiment. m_ClassAttribute
how to determine the class attribute.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return AbstractClassAttributeHeuristic Modifier and Type Method Description AbstractClassAttributeHeuristic
AbstractExperiment. 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 void
AbstractExperiment. setClassAttribute(AbstractClassAttributeHeuristic value)
Sets the heuristic for determining the class attribute (if not explicitly set).
-