Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Method and Description |
---|---|
ClassMetrics |
ClassMetrics.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ClassMetrics> |
TextClassificationEvaluationResults.getClassMetrics()
List of text classification metrics
|
Modifier and Type | Method and Description |
---|---|
ClassMetrics.Builder |
ClassMetrics.Builder.copy(ClassMetrics model) |
Modifier and Type | Method and Description |
---|---|
TextClassificationEvaluationResults.Builder |
TextClassificationEvaluationResults.Builder.classMetrics(List<ClassMetrics> classMetrics)
List of text classification metrics
|
Constructor and Description |
---|
TextClassificationEvaluationResults(TextClassificationModelMetrics metrics,
List<ClassMetrics> classMetrics,
Map<String,ConfusionMatrixDetails> confusionMatrix,
List<String> labels)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.