org.apache.spark.mllib.tree.model
:: DeveloperApi :: Compute the initial predictions and errors for a dataset for the first iteration of gradient boosting.
:: DeveloperApi :: Compute the initial predictions and errors for a dataset for the first iteration of gradient boosting.
an RDD with each element being a zip of the prediction and error corresponding to every sample.
Spark context used for loading model files.
Path specifying the directory to which the model was saved.
Model instance
:: DeveloperApi :: Update a zipped predictionError RDD (as obtained with computeInitialPredictionAndError)
:: DeveloperApi :: Update a zipped predictionError RDD (as obtained with computeInitialPredictionAndError)
an RDD with each element being a zip of the prediction and error corresponding to each sample.