Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 728 Bytes

APIClassifierOut.md

File metadata and controls

12 lines (9 loc) · 728 Bytes

NamSorApiV2.APIClassifierOut

Properties

Name Type Description Notes
classifierName String The classifier name [optional]
serving Boolean True if the classifier is serving requests (has reached minimal learning, is not shutting down) [optional]
learning Boolean True if the classifier is learning [optional]
shuttingDown Boolean True if the classifier is shutting down [optional]
probabilityCalibrated Boolean True if the classifier has finished the initial learning and calibrated probabilities (meanwhile, during initial learning, probabilities will be equal to -1) [optional]