接口 LinearSVCModelParams<T>
-
- 类型参数:
T- The class type of this instance.
- 所有超级接口:
org.apache.flink.ml.common.param.HasFeaturesCol<T>,org.apache.flink.ml.common.param.HasPredictionCol<T>,org.apache.flink.ml.common.param.HasRawPredictionCol<T>,org.apache.flink.ml.param.WithParams<T>
- 所有已知子接口:
LinearSVCParams<T>
- 所有已知实现类:
LinearSVC,LinearSVCModel
public interface LinearSVCModelParams<T> extends org.apache.flink.ml.common.param.HasFeaturesCol<T>, org.apache.flink.ml.common.param.HasPredictionCol<T>, org.apache.flink.ml.common.param.HasRawPredictionCol<T>Params forLinearSVCModel.
-
-
方法概要
所有方法 实例方法 默认方法 修饰符和类型 方法 说明 default DoublegetThreshold()default TsetThreshold(Double value)
-
-
-
字段详细资料
-
THRESHOLD
static final org.apache.flink.ml.param.Param<Double> THRESHOLD
Param for threshold in linear support vector classifier. It applies to the rawPrediction and can be any real number, where Inf makes all predictions 0.0 and -Inf makes all predictions 1.0.
-
-