| Package | Description |
|---|---|
| org.deeplearning4j.earlystopping.scorecalc |
| Modifier and Type | Field and Description |
|---|---|
protected ROCScoreCalculator.ROCType |
ROCScoreCalculator.type |
| Modifier and Type | Method and Description |
|---|---|
static ROCScoreCalculator.ROCType |
ROCScoreCalculator.ROCType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ROCScoreCalculator.ROCType[] |
ROCScoreCalculator.ROCType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ROCScoreCalculator(ROCScoreCalculator.ROCType type,
org.nd4j.linalg.dataset.api.iterator.DataSetIterator iterator) |
ROCScoreCalculator(ROCScoreCalculator.ROCType type,
org.nd4j.linalg.dataset.api.iterator.MultiDataSetIterator iterator) |
ROCScoreCalculator(ROCScoreCalculator.ROCType type,
ROCScoreCalculator.Metric metric,
org.nd4j.linalg.dataset.api.iterator.DataSetIterator iterator) |
ROCScoreCalculator(ROCScoreCalculator.ROCType type,
ROCScoreCalculator.Metric metric,
org.nd4j.linalg.dataset.api.iterator.MultiDataSetIterator iterator) |
Copyright © 2018. All rights reserved.