Package org.apache.spark.ml.feature
Interface VarianceThresholdSelectorParams
- All Superinterfaces:
- HasFeaturesCol,- HasOutputCol,- Identifiable,- Params,- Serializable
- All Known Implementing Classes:
- VarianceThresholdSelector,- VarianceThresholdSelectorModel
Params for 
VarianceThresholdSelector and VarianceThresholdSelectorModel.- 
Method SummaryModifier and TypeMethodDescriptiondoubleParam for variance threshold.Methods inherited from interface org.apache.spark.ml.param.shared.HasFeaturesColfeaturesCol, getFeaturesColMethods inherited from interface org.apache.spark.ml.param.shared.HasOutputColgetOutputCol, outputColMethods 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- 
getVarianceThresholddouble getVarianceThreshold()
- 
varianceThresholdDoubleParam varianceThreshold()Param for variance threshold. Features with a variance not greater than this threshold will be removed. The default value is 0.0.- Returns:
- (undocumented)
 
 
-