| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
ClassifierMetadata |
ClassifierMetadata.clone() |
ClassifierMetadata |
DocumentClassifierProperties.getClassifierMetadata()
Information about the document classifier, including the number of documents used for training the classifier,
the number of documents used for test the classifier, and an accuracy rating.
|
ClassifierMetadata |
ClassifierMetadata.withEvaluationMetrics(ClassifierEvaluationMetrics evaluationMetrics)
Describes the result metrics for the test data associated with an documentation classifier.
|
ClassifierMetadata |
ClassifierMetadata.withNumberOfLabels(Integer numberOfLabels)
The number of labels in the input data.
|
ClassifierMetadata |
ClassifierMetadata.withNumberOfTestDocuments(Integer numberOfTestDocuments)
The number of documents in the input data that were used to test the classifier.
|
ClassifierMetadata |
ClassifierMetadata.withNumberOfTrainedDocuments(Integer numberOfTrainedDocuments)
The number of documents in the input data that were used to train the classifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentClassifierProperties.setClassifierMetadata(ClassifierMetadata classifierMetadata)
Information about the document classifier, including the number of documents used for training the classifier,
the number of documents used for test the classifier, and an accuracy rating.
|
DocumentClassifierProperties |
DocumentClassifierProperties.withClassifierMetadata(ClassifierMetadata classifierMetadata)
Information about the document classifier, including the number of documents used for training the classifier,
the number of documents used for test the classifier, and an accuracy rating.
|
Copyright © 2019. All rights reserved.