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