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