Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 879 Bytes

ExpectedClassMetricsOut.md

File metadata and controls

26 lines (20 loc) · 879 Bytes

NamSorClient::ExpectedClassMetricsOut

Properties

Name Type Description Notes
classifier_name String [optional]
expected_class String [optional]
ai_estimate_total Integer [optional]
ai_estimate_precision Float [optional]
ai_estimate_recall Float [optional]
ai_learn_total Integer [optional]

Code Sample

require 'NamSorClient'

instance = NamSorClient::ExpectedClassMetricsOut.new(classifier_name: null,
                                 expected_class: null,
                                 ai_estimate_total: null,
                                 ai_estimate_precision: null,
                                 ai_estimate_recall: null,
                                 ai_learn_total: null)