Interface CategoricalScore.ValueStage
- All Known Implementing Classes:
CategoricalScore.Builder
- Enclosing class:
CategoricalScore
public static interface CategoricalScore.ValueStage
-
Method Summary
Modifier and TypeMethodDescriptionfrom(CategoricalScore other) value(double value) Represents the numeric category mapping of the stringValue.
-
Method Details
-
value
Represents the numeric category mapping of the stringValue. If no config is linked, defaults to 0.
-
from
-