| Package | Description |
|---|---|
| org.deeplearning4j.eval | |
| org.deeplearning4j.eval.curves |
| Modifier and Type | Method and Description |
|---|---|
PrecisionRecallCurve |
ROC.getPrecisionRecallCurve()
Get the precision recall curve as array.
|
PrecisionRecallCurve |
ROCBinary.getPrecisionRecallCurve(int outputNum)
Get the Precision-Recall curve for the specified output
|
PrecisionRecallCurve |
ROCMultiClass.getPrecisionRecallCurve(int classIdx)
Get the (one vs.
|
| Modifier and Type | Method and Description |
|---|---|
static PrecisionRecallCurve |
PrecisionRecallCurve.fromJson(String json) |
static PrecisionRecallCurve |
PrecisionRecallCurve.fromYaml(String yaml) |
Copyright © 2018. All rights reserved.