| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
ClassifierEvaluationMetrics |
ClassifierEvaluationMetrics.clone() |
ClassifierEvaluationMetrics |
ClassifierMetadata.getEvaluationMetrics()
Describes the result metrics for the test data associated with an documentation classifier.
|
ClassifierEvaluationMetrics |
ClassifierEvaluationMetrics.withAccuracy(Double accuracy)
The fraction of the labels that were correct recognized.
|
ClassifierEvaluationMetrics |
ClassifierEvaluationMetrics.withF1Score(Double f1Score)
A measure of how accurate the classifier results are for the test data.
|
ClassifierEvaluationMetrics |
ClassifierEvaluationMetrics.withPrecision(Double precision)
A measure of the usefulness of the classifier results in the test data.
|
ClassifierEvaluationMetrics |
ClassifierEvaluationMetrics.withRecall(Double recall)
A measure of how complete the classifier results are for the test data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassifierMetadata.setEvaluationMetrics(ClassifierEvaluationMetrics evaluationMetrics)
Describes the result metrics for the test data associated with an documentation classifier.
|
ClassifierMetadata |
ClassifierMetadata.withEvaluationMetrics(ClassifierEvaluationMetrics evaluationMetrics)
Describes the result metrics for the test data associated with an documentation classifier.
|
Copyright © 2019. All rights reserved.