| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
EntityTypesEvaluationMetrics |
EntityTypesEvaluationMetrics.clone() |
EntityTypesEvaluationMetrics |
EntityRecognizerMetadataEntityTypesListItem.getEvaluationMetrics()
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
|
EntityTypesEvaluationMetrics |
EntityTypesEvaluationMetrics.withF1Score(Double f1Score)
A measure of how accurate the recognizer results are for a specific entity type in the test data.
|
EntityTypesEvaluationMetrics |
EntityTypesEvaluationMetrics.withPrecision(Double precision)
A measure of the usefulness of the recognizer results for a specific entity type in the test data.
|
EntityTypesEvaluationMetrics |
EntityTypesEvaluationMetrics.withRecall(Double recall)
A measure of how complete the recognizer results are for a specific entity type in the test data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityRecognizerMetadataEntityTypesListItem.setEvaluationMetrics(EntityTypesEvaluationMetrics evaluationMetrics)
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
|
EntityRecognizerMetadataEntityTypesListItem |
EntityRecognizerMetadataEntityTypesListItem.withEvaluationMetrics(EntityTypesEvaluationMetrics evaluationMetrics)
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
|
Copyright © 2021. All rights reserved.