public interface HasPredictionDetailCol<T> extends WithParams<T>
The detail is the information of prediction result, such as the probability of each label in classifier.
Modifier and Type | Field and Description |
---|---|
static ParamInfo<String> |
PREDICTION_DETAIL_COL |
Modifier and Type | Method and Description |
---|---|
default String |
getPredictionDetailCol() |
default T |
setPredictionDetailCol(String value) |
get, getParams, set
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.