Package adams.data.weka.classattribute
-
Class Summary Class Description AbstractClassAttributeHeuristic Ancestor for heuristics that determine the class attribute for a dataset.AttributeIndex Uses the supplied attribute index to select the class attribute.ByExactName Returns indices of columns which names match the exact name.ByName The first attribute name that matches the regular expression is used as class attribute.LastAttribute Simply chooses the last attribute as class attribute.NoClassAttribute Never returns a class attribute.