public interface ChiSqSelectorParams extends Params, HasFeaturesCol, HasOutputCol, HasLabelCol
ChiSqSelector
and ChiSqSelectorModel
.Modifier and Type | Method and Description |
---|---|
DoubleParam |
fdr()
The upper bound of the expected false discovery rate.
|
DoubleParam |
fpr()
The highest p-value for features to be kept.
|
DoubleParam |
fwe()
The upper bound of the expected family-wise error rate.
|
double |
getFdr() |
double |
getFpr() |
double |
getFwe() |
int |
getNumTopFeatures() |
double |
getPercentile() |
String |
getSelectorType() |
IntParam |
numTopFeatures()
Number of features that selector will select, ordered by ascending p-value.
|
DoubleParam |
percentile()
Percentile of features that selector will select, ordered by statistics value descending.
|
Param<String> |
selectorType()
The selector type of the ChisqSelector.
|
featuresCol, getFeaturesCol
getOutputCol, outputCol
getLabelCol, labelCol
clear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, paramMap, params, set, set, set, setDefault, setDefault, shouldOwn
toString, uid
DoubleParam fdr()
DoubleParam fpr()
DoubleParam fwe()
double getFdr()
double getFpr()
double getFwe()
int getNumTopFeatures()
double getPercentile()
String getSelectorType()
IntParam numTopFeatures()
DoubleParam percentile()
Param<String> selectorType()