Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Method and Description |
---|---|
EntityLabelErrorAnalysis |
EntityLabelErrorAnalysis.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<EntityLabelErrorAnalysis> |
NamedEntityRecognitionEvaluationResult.getPredictedEntities()
List of true(actual) entities in test data for NER model
|
List<EntityLabelErrorAnalysis> |
NamedEntityRecognitionEvaluationResult.getTrueEntities()
List of true(actual) entities in test data for NER model
|
Modifier and Type | Method and Description |
---|---|
EntityLabelErrorAnalysis.Builder |
EntityLabelErrorAnalysis.Builder.copy(EntityLabelErrorAnalysis model) |
Modifier and Type | Method and Description |
---|---|
NamedEntityRecognitionEvaluationResult.Builder |
NamedEntityRecognitionEvaluationResult.Builder.predictedEntities(List<EntityLabelErrorAnalysis> predictedEntities)
List of true(actual) entities in test data for NER model
|
NamedEntityRecognitionEvaluationResult.Builder |
NamedEntityRecognitionEvaluationResult.Builder.trueEntities(List<EntityLabelErrorAnalysis> trueEntities)
List of true(actual) entities in test data for NER model
|
Constructor and Description |
---|
NamedEntityRecognitionEvaluationResult(Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String record,
List<EntityLabelErrorAnalysis> trueEntities,
List<EntityLabelErrorAnalysis> predictedEntities)
Deprecated.
|
NamedEntityRecognitionEvaluationResult(Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String record,
List<EntityLabelErrorAnalysis> trueEntities,
List<EntityLabelErrorAnalysis> predictedEntities)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.