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 |
ROCMultiClass.getPrecisionRecallCurve(int classIdx)
Get the (one vs.
|
PrecisionRecallCurve |
ROCBinary.getPrecisionRecallCurve(int outputNum)
Get the Precision-Recall curve for the specified output
|
Modifier and Type | Method and Description |
---|---|
static PrecisionRecallCurve |
PrecisionRecallCurve.fromJson(String json) |
static PrecisionRecallCurve |
PrecisionRecallCurve.fromYaml(String yaml) |
Copyright © 2017. All rights reserved.