| Package | Description |
|---|---|
| org.deeplearning4j.eval | |
| org.deeplearning4j.eval.curves |
| Modifier and Type | Method and Description |
|---|---|
Histogram |
EvaluationCalibration.getProbabilityHistogram(int labelClassIdx)
Return a probability histogram of the specified label class index.
|
Histogram |
EvaluationCalibration.getProbabilityHistogramAllClasses()
Return a probability histogram for all predictions/classes.
|
Histogram |
EvaluationCalibration.getResidualPlot(int labelClassIdx)
Get the residual plot, only for examples of the specified class..
|
Histogram |
EvaluationCalibration.getResidualPlotAllClasses()
Get the residual plot for all classes combined.
|
| Modifier and Type | Method and Description |
|---|---|
static Histogram |
Histogram.fromJson(String json) |
static Histogram |
Histogram.fromYaml(String yaml) |
Copyright © 2018. All rights reserved.