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 Summary
Modifier and TypeMethodDescriptionParam for suggested depth for treeAggregate (>= 2).int
Methods inherited from interface org.apache.spark.ml.util.Identifiable
toString, uid
Methods inherited from interface org.apache.spark.ml.param.Params
clear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, paramMap, params, set, set, set, setDefault, setDefault, shouldOwn
-
Method Details
-
aggregationDepth
IntParam aggregationDepth()Param for suggested depth for treeAggregate (>= 2).- Returns:
- (undocumented)
-
getAggregationDepth
int getAggregationDepth()
-