接口 VarianceThresholdSelectorParams<T>
-
- 类型参数:
T- The class type of this instance.
- 所有超级接口:
org.apache.flink.ml.common.param.HasInputCol<T>,org.apache.flink.ml.common.param.HasOutputCol<T>,VarianceThresholdSelectorModelParams<T>,org.apache.flink.ml.param.WithParams<T>
- 所有已知实现类:
VarianceThresholdSelector
public interface VarianceThresholdSelectorParams<T> extends VarianceThresholdSelectorModelParams<T>
Params of VarianceThresholdSelectorModel.
-
-
字段概要
字段 修饰符和类型 字段 说明 static org.apache.flink.ml.param.Param<Double>VARIANCE_THRESHOLD
-
方法概要
所有方法 实例方法 默认方法 修饰符和类型 方法 说明 default doublegetVarianceThreshold()default TsetVarianceThreshold(double value)
-