Package | Description |
---|---|
org.deeplearning4j.eval.curves |
Modifier and Type | Class and Description |
---|---|
class |
PrecisionRecallCurve
Precision recall curve: A set of (recall, precision) points and different thresholds
|
class |
ReliabilityDiagram
Created by Alex on 05/07/2017.
|
class |
RocCurve
ROC curve: a set of (false positive, true positive) tuples at different thresholds
|
Modifier and Type | Method and Description |
---|---|
static <T extends BaseCurve> |
BaseCurve.fromJson(String json,
Class<T> curveClass) |
static <T extends BaseCurve> |
BaseCurve.fromYaml(String yaml,
Class<T> curveClass) |
Copyright © 2017. All rights reserved.