Package org.apache.spark.ml.tree
Interface RandomForestRegressorParams
- All Superinterfaces:
- DecisionTreeParams,- HasCheckpointInterval,- HasFeaturesCol,- HasLabelCol,- HasPredictionCol,- HasSeed,- HasVarianceImpurity,- HasWeightCol,- Identifiable,- Params,- PredictorParams,- RandomForestParams,- Serializable,- TreeEnsembleParams,- TreeEnsembleRegressorParams,- TreeRegressorParams
- All Known Implementing Classes:
- RandomForestRegressionModel,- RandomForestRegressor
public interface RandomForestRegressorParams
extends RandomForestParams, TreeEnsembleRegressorParams, TreeRegressorParams
- 
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.tree.HasVarianceImpuritygetImpurity, getOldImpurity, impurityMethods 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.TreeEnsembleParamsfeatureSubsetStrategy, getFeatureSubsetStrategy, getOldStrategy, getSubsamplingRate, subsamplingRateMethods inherited from interface org.apache.spark.ml.tree.TreeEnsembleRegressorParamsvalidateAndTransformSchema