public interface UnivariateFeatureSelectorParams extends Params, HasFeaturesCol, HasLabelCol, HasOutputCol
UnivariateFeatureSelector and UnivariateFeatureSelectorModel.| Modifier and Type | Method and Description | 
|---|---|
| Param<String> | featureType()The feature type. | 
| String | getFeatureType() | 
| String | getLabelType() | 
| String | getSelectionMode() | 
| double | getSelectionThreshold() | 
| Param<String> | labelType()The label type. | 
| Param<String> | selectionMode()The selection mode. | 
| DoubleParam | selectionThreshold()The upper bound of the features that selector will select. | 
featuresCol, getFeaturesColgetLabelCol, labelColgetOutputCol, outputColclear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, paramMap, params, set, set, set, setDefault, setDefault, shouldOwntoString, uidParam<String> featureType()
String getFeatureType()
String getLabelType()
String getSelectionMode()
double getSelectionThreshold()
Param<String> labelType()
Param<String> selectionMode()
DoubleParam selectionThreshold()