Package org.apache.spark.mllib.tree.model
package org.apache.spark.mllib.tree.model
-
ClassDescriptionDecision tree model for classification or regression.Represents a gradient boosted trees model.Information gain statistics for each split param: gain information gain value param: impurity current node impurity param: leftImpurity left node impurity param: rightImpurity right node impurity param: leftPredict left node predict param: rightPredict right node predictNode in a decision tree.Predicted value for a node param: predict predicted value param: prob probability of the label (classification only)Represents a random forest model.Split applied to a feature param: feature feature index param: threshold Threshold for continuous feature.