Package org.tribuo.regression.rtree
package org.tribuo.regression.rtree
Provides an implementation of decision trees for regression problems.
There are two implementations, one which produces a separate tree for each input dimension, and one which builds a single tree for all dimensions.
-
ClassDescriptionA
Trainer
that uses an approximation of the CART algorithm to build a decision tree.ATrainer
that uses an approximation of the CART algorithm to build a decision tree.Build and run a regression tree for a standard dataset.Impurity function.Command line options.Type of tree trainer.