Package org.apache.spark.ml.tree
Interface RandomForestClassifierParams
- All Superinterfaces:
- ClassifierParams,- DecisionTreeParams,- HasCheckpointInterval,- HasFeaturesCol,- HasLabelCol,- HasPredictionCol,- HasProbabilityCol,- HasRawPredictionCol,- HasSeed,- HasThresholds,- HasWeightCol,- Identifiable,- Params,- PredictorParams,- ProbabilisticClassifierParams,- RandomForestParams,- Serializable,- TreeClassifierParams,- TreeEnsembleClassifierParams,- TreeEnsembleParams
- All Known Implementing Classes:
- RandomForestClassificationModel,- RandomForestClassifier
public interface RandomForestClassifierParams
extends RandomForestParams, TreeEnsembleClassifierParams, TreeClassifierParams
- 
Method SummaryMethods inherited from interface org.apache.spark.ml.tree.DecisionTreeParamscacheNodeIds, getCacheNodeIds, getLeafCol, getMaxBins, getMaxDepth, getMaxMemoryInMB, getMinInfoGain, getMinInstancesPerNode, getMinWeightFractionPerNode, getOldStrategy, leafCol, maxBins, maxDepth, maxMemoryInMB, minInfoGain, minInstancesPerNode, minWeightFractionPerNode, setLeafColMethods inherited from interface org.apache.spark.ml.param.shared.HasCheckpointIntervalcheckpointInterval, getCheckpointIntervalMethods inherited from interface org.apache.spark.ml.param.shared.HasFeaturesColfeaturesCol, getFeaturesColMethods inherited from interface org.apache.spark.ml.param.shared.HasLabelColgetLabelCol, labelColMethods inherited from interface org.apache.spark.ml.param.shared.HasPredictionColgetPredictionCol, predictionColMethods inherited from interface org.apache.spark.ml.param.shared.HasProbabilityColgetProbabilityCol, probabilityColMethods inherited from interface org.apache.spark.ml.param.shared.HasRawPredictionColgetRawPredictionCol, rawPredictionColMethods inherited from interface org.apache.spark.ml.param.shared.HasThresholdsgetThresholds, thresholdsMethods inherited from interface org.apache.spark.ml.param.shared.HasWeightColgetWeightCol, weightColMethods inherited from interface org.apache.spark.ml.util.IdentifiabletoString, uidMethods inherited from interface org.apache.spark.ml.param.Paramsclear, copy, copyValues, defaultCopy, defaultParamMap, estimateMatadataSize, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, paramMap, params, set, set, set, setDefault, setDefault, shouldOwnMethods inherited from interface org.apache.spark.ml.tree.RandomForestParamsbootstrap, getBootstrap, getNumTrees, numTreesMethods inherited from interface org.apache.spark.ml.tree.TreeClassifierParamsgetImpurity, getOldImpurity, impurityMethods inherited from interface org.apache.spark.ml.tree.TreeEnsembleClassifierParamsvalidateAndTransformSchemaMethods inherited from interface org.apache.spark.ml.tree.TreeEnsembleParamsfeatureSubsetStrategy, getFeatureSubsetStrategy, getOldStrategy, getSubsamplingRate, subsamplingRate