| 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.withHammingLoss(Double hammingLoss)
Indicates the fraction of labels that are incorrectly predicted.
|
ClassifierEvaluationMetrics |
ClassifierEvaluationMetrics.withMicroF1Score(Double microF1Score)
A measure of how accurate the classifier results are for the test data.
|
ClassifierEvaluationMetrics |
ClassifierEvaluationMetrics.withMicroPrecision(Double microPrecision)
A measure of the usefulness of the recognizer results in the test data.
|
ClassifierEvaluationMetrics |
ClassifierEvaluationMetrics.withMicroRecall(Double microRecall)
A measure of how complete 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 © 2023. All rights reserved.