Package org.apache.spark.ml.param.shared
Interface HasAggregationDepth
- All Superinterfaces:
- Identifiable,- Params,- Serializable
- All Known Subinterfaces:
- AFTSurvivalRegressionParams,- GaussianMixtureParams,- GeneralizedLinearRegressionBase,- LinearRegressionParams,- LinearSVCParams,- LogisticRegressionParams
- All Known Implementing Classes:
- AFTSurvivalRegression,- AFTSurvivalRegressionModel,- GaussianMixture,- GaussianMixtureModel,- GeneralizedLinearRegression,- GeneralizedLinearRegressionModel,- LinearRegression,- LinearRegressionModel,- LinearSVC,- LinearSVCModel,- LogisticRegression,- LogisticRegressionModel
Trait for shared param aggregationDepth (default: 2). This trait may be changed or
 removed between minor versions.
- 
Method SummaryModifier and TypeMethodDescriptionParam for suggested depth for treeAggregate (>= 2).intMethods 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, shouldOwn
- 
Method Details- 
aggregationDepthIntParam aggregationDepth()Param for suggested depth for treeAggregate (>= 2).- Returns:
- (undocumented)
 
- 
getAggregationDepthint getAggregationDepth()
 
-