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