Package org.apache.spark.ml.param.shared
Interface HasRelativeError
- All Superinterfaces:
- Identifiable,- Params,- Serializable
- All Known Subinterfaces:
- ImputerParams,- QuantileDiscretizerBase,- RobustScalerParams
- All Known Implementing Classes:
- Imputer,- ImputerModel,- QuantileDiscretizer,- RobustScaler,- RobustScalerModel
Trait for shared param relativeError (default: 0.001). This trait may be changed or
 removed between minor versions.
- 
Method SummaryModifier and TypeMethodDescriptiondoubleParam for the relative target precision for the approximate quantile algorithm.Methods 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- 
getRelativeErrordouble getRelativeError()
- 
relativeErrorDoubleParam relativeError()Param for the relative target precision for the approximate quantile algorithm. Must be in the range [0, 1].- Returns:
- (undocumented)
 
 
-