Package weka.classifiers.trees.adtree
package weka.classifiers.trees.adtree
-
ClassesClassDescriptionClass representing a prediction node in an alternating tree.Simple class that extends the Instances class making it possible to create subsets of instances that reference their source set.Abstract class representing a splitter node in an alternating tree.Class representing a two-way split on a nominal attribute, of the form: either 'is some_value' or 'is not some_value'.Class representing a two-way split on a numeric attribute, of the form: either 'is invalid input: '<' some_value' or 'is >= some_value'.