Interface RandomForestRegressorParams

All Superinterfaces:
DecisionTreeParams, HasCheckpointInterval, HasFeaturesCol, HasLabelCol, HasPredictionCol, HasSeed, HasVarianceImpurity, HasWeightCol, Identifiable, Params, PredictorParams, RandomForestParams, Serializable, scala.Serializable, TreeEnsembleParams, TreeEnsembleRegressorParams, TreeRegressorParams
All Known Implementing Classes:
RandomForestRegressionModel, RandomForestRegressor

public interface RandomForestRegressorParams extends RandomForestParams, TreeEnsembleRegressorParams, TreeRegressorParams