Package ai.extend.types
Interface LegacyClassifierOutput.ConfidenceStage
-
- All Known Implementing Classes:
LegacyClassifierOutput.Builder
- Enclosing class:
- LegacyClassifierOutput
public static interface LegacyClassifierOutput.ConfidenceStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LegacyClassifierOutput._FinalStageconfidence(double confidence)A value between 0 and 1 indicating the model's confidence in the classification, where 1 represents maximum confidence
-
-
-
Method Detail
-
confidence
LegacyClassifierOutput._FinalStage confidence(double confidence)
A value between 0 and 1 indicating the model's confidence in the classification, where 1 represents maximum confidence
-
-