Uses of Class
org.nd4j.evaluation.custom.CustomEvaluation.Metric
-
Packages that use CustomEvaluation.Metric Package Description org.nd4j.evaluation.custom -
-
Uses of CustomEvaluation.Metric in org.nd4j.evaluation.custom
Methods in org.nd4j.evaluation.custom that return CustomEvaluation.Metric Modifier and Type Method Description static CustomEvaluation.Metric<Double>CustomEvaluation.Metric. doubleAverage(boolean minimize)A metric that takes the average of a list of doublesstatic CustomEvaluation.Metric<Double>CustomEvaluation.Metric. doubleMax(boolean minimize)A metric that takes the max of a list of doublesstatic CustomEvaluation.Metric<Double>CustomEvaluation.Metric. doubleMin(boolean minimize)A metric that takes the min of a list of doubles
-