public interface HasPredictionDetailCol<T>
extends org.apache.flink.ml.api.misc.param.WithParams<T>
The detail is the information of prediction result, such as the probability of each label in classifier.
| 限定符和类型 | 字段和说明 |
|---|---|
static org.apache.flink.ml.api.misc.param.ParamInfo<String> |
PREDICTION_DETAIL_COL |
| 限定符和类型 | 方法和说明 |
|---|---|
default String |
getPredictionDetailCol() |
default T |
setPredictionDetailCol(String value) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.