ClassifierMetadata
public struct ClassifierMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Describes the result metrics for the test data associated with an documentation classifier.
Declaration
Swift
public let evaluationMetrics: ClassifierEvaluationMetrics?
-
The number of labels in the input data.
Declaration
Swift
public let numberOfLabels: 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.
Declaration
Swift
public let numberOfTestDocuments: 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.
Declaration
Swift
public let numberOfTrainedDocuments: Int?
-
Undocumented
Declaration
Swift
public init(evaluationMetrics: ClassifierEvaluationMetrics? = nil, numberOfLabels: Int? = nil, numberOfTestDocuments: Int? = nil, numberOfTrainedDocuments: Int? = nil)