org.apache.spark.mllib.tree.model
algorithm for the ensemble model, either Classification or Regression
tree ensembles
tree ensemble weights
algorithm for the ensemble model, either Classification or Regression
algorithm for the ensemble model, either Classification or Regression
Method to compute error or loss for every iteration of gradient boosting.
Method to compute error or loss for every iteration of gradient boosting.
evaluation metric.
an array with index i having the losses or errors for the ensemble containing the first i+1 trees
Current version of model save/load format.
Current version of model save/load format.
Get number of trees in ensemble.
Get number of trees in ensemble.
Java-friendly version of org.apache.spark.mllib.tree.model.TreeEnsembleModel#predict.
Java-friendly version of org.apache.spark.mllib.tree.model.TreeEnsembleModel#predict.
Predict values for the given data set.
Predict values for the given data set.
RDD representing data points to be predicted
RDD[Double] where each entry contains the corresponding prediction
Predict values for a single data point using the model trained.
Predict values for a single data point using the model trained.
array representing a single data point
predicted category from the trained model
Spark context used to save model data.
Path specifying the directory in which to save this model. If the directory already exists, this method throws an exception.
Print the full model to a string.
Print the full model to a string.
Print a summary of the model.
Print a summary of the model.
Get total number of nodes, summed over all trees in the ensemble.
Get total number of nodes, summed over all trees in the ensemble.
tree ensemble weights
tree ensemble weights
tree ensembles
tree ensembles
Represents a gradient boosted trees model.