| Package | Description |
|---|---|
| org.nd4j.evaluation.classification |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationBinary.Metric |
EvaluationBinary.Metric.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvaluationBinary.Metric[] |
EvaluationBinary.Metric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
double |
EvaluationBinary.scoreForMetric(EvaluationBinary.Metric metric,
int outputNum)
Calculate specific metric (see
EvaluationBinary.Metric) for a given label. |
Copyright © 2021. All rights reserved.