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