Uses of Class
com.oracle.bmc.ailanguage.model.EntityLabelErrorAnalysis
-
Packages that use EntityLabelErrorAnalysis Package Description com.oracle.bmc.ailanguage.model -
-
Uses of EntityLabelErrorAnalysis in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return EntityLabelErrorAnalysis Modifier and Type Method Description EntityLabelErrorAnalysis
EntityLabelErrorAnalysis.Builder. build()
Methods in com.oracle.bmc.ailanguage.model that return types with arguments of type EntityLabelErrorAnalysis Modifier and Type Method Description List<EntityLabelErrorAnalysis>
NamedEntityRecognitionEvaluationResult. getPredictedEntities()
List of true(actual) entities in test data for NER modelList<EntityLabelErrorAnalysis>
NamedEntityRecognitionEvaluationResult. getTrueEntities()
List of true(actual) entities in test data for NER modelMethods in com.oracle.bmc.ailanguage.model with parameters of type EntityLabelErrorAnalysis Modifier and Type Method Description EntityLabelErrorAnalysis.Builder
EntityLabelErrorAnalysis.Builder. copy(EntityLabelErrorAnalysis model)
Method parameters in com.oracle.bmc.ailanguage.model with type arguments of type EntityLabelErrorAnalysis Modifier and Type Method Description NamedEntityRecognitionEvaluationResult.Builder
NamedEntityRecognitionEvaluationResult.Builder. predictedEntities(List<EntityLabelErrorAnalysis> predictedEntities)
List of true(actual) entities in test data for NER modelNamedEntityRecognitionEvaluationResult.Builder
NamedEntityRecognitionEvaluationResult.Builder. trueEntities(List<EntityLabelErrorAnalysis> trueEntities)
List of true(actual) entities in test data for NER modelConstructor parameters in com.oracle.bmc.ailanguage.model with type arguments of type EntityLabelErrorAnalysis Constructor Description NamedEntityRecognitionEvaluationResult(Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String record, List<EntityLabelErrorAnalysis> trueEntities, List<EntityLabelErrorAnalysis> predictedEntities)
Deprecated.
-