Package | Description |
---|---|
org.deeplearning4j.eval | |
org.deeplearning4j.eval.curves |
Modifier and Type | Method and Description |
---|---|
RocCurve |
ROC.getRocCurve()
Get the ROC curve, as a set of (threshold, falsePositive, truePositive) points
|
RocCurve |
ROCMultiClass.getRocCurve(int classIdx)
Get the (one vs.
|
RocCurve |
ROCBinary.getRocCurve(int outputNum)
Get the ROC curve for the specified output
|
Modifier and Type | Method and Description |
---|---|
static RocCurve |
RocCurve.fromJson(String json) |
static RocCurve |
RocCurve.fromYaml(String yaml) |
Copyright © 2017. All rights reserved.