Uses of Class
org.nd4j.evaluation.curves.Histogram
-
Packages that use Histogram Package Description org.nd4j.evaluation.classification org.nd4j.evaluation.curves -
-
Uses of Histogram in org.nd4j.evaluation.classification
Methods in org.nd4j.evaluation.classification that return Histogram Modifier and Type Method Description HistogramEvaluationCalibration. getProbabilityHistogram(int labelClassIdx)Return a probability histogram of the specified label class index.HistogramEvaluationCalibration. getProbabilityHistogramAllClasses()Return a probability histogram for all predictions/classes.HistogramEvaluationCalibration. getResidualPlot(int labelClassIdx)Get the residual plot, only for examples of the specified class..HistogramEvaluationCalibration. getResidualPlotAllClasses()Get the residual plot for all classes combined. -
Uses of Histogram in org.nd4j.evaluation.curves
Methods in org.nd4j.evaluation.curves that return Histogram Modifier and Type Method Description static HistogramHistogram. fromJson(String json)static HistogramHistogram. fromYaml(String yaml)
-