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