Package org.apache.spark.ml.param.shared
Interface HasVarianceCol
- All Superinterfaces:
Identifiable
,Params
,Serializable
- All Known Subinterfaces:
DecisionTreeRegressorParams
- All Known Implementing Classes:
DecisionTreeRegressionModel
,DecisionTreeRegressor
Trait for shared param varianceCol. This trait may be changed or
removed between minor versions.
-
Method Summary
Modifier and TypeMethodDescriptionParam for Column name for the biased sample variance of prediction.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
-
getVarianceCol
String getVarianceCol() -
varianceCol
Param for Column name for the biased sample variance of prediction.- Returns:
- (undocumented)
-