Interface TreeEnsembleClassifierParams

All Superinterfaces:
ClassifierParams, DecisionTreeParams, HasCheckpointInterval, HasFeaturesCol, HasLabelCol, HasPredictionCol, HasProbabilityCol, HasRawPredictionCol, HasSeed, HasThresholds, HasWeightCol, Identifiable, Params, PredictorParams, ProbabilisticClassifierParams, Serializable, scala.Serializable, TreeEnsembleParams
All Known Subinterfaces:
GBTClassifierParams, RandomForestClassifierParams
All Known Implementing Classes:
GBTClassificationModel, GBTClassifier, RandomForestClassificationModel, RandomForestClassifier

public interface TreeEnsembleClassifierParams extends TreeEnsembleParams, ProbabilisticClassifierParams
Parameters for Decision Tree-based ensemble classification algorithms.