Regression trees prediction
Regression tree prediction uses a previously grown regression tree to predict the attribute values of a target for a data set.
To propagate instances from the data set to the corresponding leaves, the splits from the tree nodes are applied.