The configuration parameters for the tree algorithm which specify the type of decision tree (classification or regression), feature type (continuous, categorical), depth of the tree, quantile calculation strategy, etc.
Method to train a decision tree model over an RDD
Method to train a decision tree model over an RDD
Training data: RDD of org.apache.spark.mllib.regression.LabeledPoint.
DecisionTreeModel that can be used for prediction.
A class which implements a decision tree learning algorithm for classification and regression. It supports both continuous and categorical features.