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.