@Generated(value="software.amazon.awssdk:codegen") public final class EntityTypesEvaluationMetrics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntityTypesEvaluationMetrics.Builder,EntityTypesEvaluationMetrics>
Detailed information about the accuracy of an entity recognizer for a specific entity type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EntityTypesEvaluationMetrics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EntityTypesEvaluationMetrics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Double |
f1Score()
A measure of how accurate the recognizer results are for a specific entity type in the test data.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
precision()
A measure of the usefulness of the recognizer results for a specific entity type in the test data.
|
Double |
recall()
A measure of how complete the recognizer results are for a specific entity type in the test data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EntityTypesEvaluationMetrics.Builder> |
serializableBuilderClass() |
EntityTypesEvaluationMetrics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double precision()
A measure of the usefulness of the recognizer results for a specific entity type in the test data. High precision means that the recognizer returned substantially more relevant results than irrelevant ones.
public final Double recall()
A measure of how complete the recognizer results are for a specific entity type in the test data. High recall means that the recognizer returned most of the relevant results.
public final Double f1Score()
A measure of how accurate the recognizer results are for a specific entity type in the test data. It is derived
from the Precision and Recall values. The F1Score is the harmonic average
of the two scores. The highest score is 1, and the worst score is 0.
Precision and Recall values. The F1Score is the
harmonic average of the two scores. The highest score is 1, and the worst score is 0.public EntityTypesEvaluationMetrics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EntityTypesEvaluationMetrics.Builder,EntityTypesEvaluationMetrics>public static EntityTypesEvaluationMetrics.Builder builder()
public static Class<? extends EntityTypesEvaluationMetrics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.