| Package | Description |
|---|---|
| org.nd4j.evaluation.custom |
| Modifier and Type | Method and Description |
|---|---|
static CustomEvaluation.Metric<Double> |
CustomEvaluation.Metric.doubleAverage(boolean minimize)
A metric that takes the average of a list of doubles
|
static CustomEvaluation.Metric<Double> |
CustomEvaluation.Metric.doubleMax(boolean minimize)
A metric that takes the max of a list of doubles
|
static CustomEvaluation.Metric<Double> |
CustomEvaluation.Metric.doubleMin(boolean minimize)
A metric that takes the min of a list of doubles
|
Copyright © 2021. All rights reserved.