Uses of Class
org.nd4j.evaluation.curves.BaseCurve
-
Packages that use BaseCurve Package Description org.nd4j.evaluation.curves -
-
Uses of BaseCurve in org.nd4j.evaluation.curves
Subclasses of BaseCurve in org.nd4j.evaluation.curves Modifier and Type Class Description classPrecisionRecallCurveclassReliabilityDiagramclassRocCurveMethods in org.nd4j.evaluation.curves with type parameters of type BaseCurve Modifier and Type Method Description static <T extends BaseCurve>
TBaseCurve. fromJson(String json, Class<T> curveClass)static <T extends BaseCurve>
TBaseCurve. fromYaml(String yaml, Class<T> curveClass)
-