| Package | Description |
|---|---|
| org.deeplearning4j.earlystopping.scorecalc | |
| org.deeplearning4j.eval |
| Modifier and Type | Field and Description |
|---|---|
protected Evaluation.Metric |
ClassificationScoreCalculator.metric |
| Constructor and Description |
|---|
ClassificationScoreCalculator(Evaluation.Metric metric,
org.nd4j.linalg.dataset.api.iterator.DataSetIterator iterator) |
| Modifier and Type | Method and Description |
|---|---|
static Evaluation.Metric |
Evaluation.Metric.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Evaluation.Metric[] |
Evaluation.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 |
Evaluation.scoreForMetric(Evaluation.Metric metric) |
Copyright © 2018. All rights reserved.