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
Get number of trees in forest.
Get number of trees in forest.
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
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 forest.
Get total number of nodes, summed over all trees in the forest.
tree ensemble weights
tree ensemble weights
tree ensembles
tree ensembles
:: Experimental :: Represents a gradient boosted trees model.