Uses of Class
adams.data.weka.relationname.AbstractRelationNameHeuristic
-
Packages that use AbstractRelationNameHeuristic Package Description adams.data.weka.relationname adams.gui.tools.wekainvestigator -
-
Uses of AbstractRelationNameHeuristic in adams.data.weka.relationname
Subclasses of AbstractRelationNameHeuristic in adams.data.weka.relationname Modifier and Type Class Description class
AttributeIndex
Uses the name of the specified attribute as relation name.class
ClassAttribute
Uses the class attribute name.class
FileName
Suggests the file name (without extension) as the relation name.class
NoChange
Simply returns the current relation name. -
Uses of AbstractRelationNameHeuristic in adams.gui.tools.wekainvestigator
Fields in adams.gui.tools.wekainvestigator declared as AbstractRelationNameHeuristic Modifier and Type Field Description protected AbstractRelationNameHeuristic
InvestigatorPanel. m_RelationNameHeuristic
the heuristic for updating the relation name.Methods in adams.gui.tools.wekainvestigator that return AbstractRelationNameHeuristic Modifier and Type Method Description AbstractRelationNameHeuristic
InvestigatorPanel. getRelationNameHeuristic()
Returns the current relation name heuristic.Methods in adams.gui.tools.wekainvestigator with parameters of type AbstractRelationNameHeuristic Modifier and Type Method Description void
InvestigatorPanel. setRelationNameHeuristic(AbstractRelationNameHeuristic value)
Sets the relation name heuristic.
-