ClassifierMetadata class

Provides information about a document classifier.

Constructors

ClassifierMetadata({ClassifierEvaluationMetrics? evaluationMetrics, int? numberOfLabels, int? numberOfTestDocuments, int? numberOfTrainedDocuments})
ClassifierMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

evaluationMetrics ClassifierEvaluationMetrics?
Describes the result metrics for the test data associated with an documentation classifier.
final
hashCode int
The hash code for this object.
no setterinherited
numberOfLabels int?
The number of labels in the input data.
final
numberOfTestDocuments int?
The number of documents in the input data that were used to test the classifier. Typically this is 10 to 20 percent of the input documents, up to 10,000 documents.
final
numberOfTrainedDocuments int?
The number of documents in the input data that were used to train the classifier. Typically this is 80 to 90 percent of the input documents.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited