All Classes and Interfaces

Class
Description
A Trainer that uses an approximation of the CART algorithm to build a decision tree.
A Trainer that uses an approximation of the CART algorithm to build a decision tree.
A Model wrapped around a list of decision tree root Nodes used to generate independent predictions for each dimension in a regression.
Internal datastructure for implementing a decision tree.
A decision tree node used at training time.
Measures the mean absolute error over a set of inputs.
Measures the mean squared error over a set of inputs.
Calculates a tree impurity score based on the regression targets.
Tuple class for the impurity and summed weight.
A decision tree node used at training time.
Tuple containing an inverted dataset (i.e., feature-wise not exmaple-wise).
Build and run a regression tree for a standard dataset.
Impurity function.
Command line options.
Type of tree trainer.
An inverted feature, which stores a reference to all the values of this feature.