The configuration parameters for the tree algorithm which specify the type of algorithm (classification, regression, etc.), 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
RDD of org.apache.spark.mllib.regression.LabeledPoint used as training data
a DecisionTreeModel that can be used for prediction
:: Experimental :: A class that implements a decision tree algorithm for classification and regression. It supports both continuous and categorical features.