Uses of Class
org.nd4j.evaluation.classification.EvaluationBinary
-
Packages that use EvaluationBinary Package Description org.nd4j.evaluation.classification -
-
Uses of EvaluationBinary in org.nd4j.evaluation.classification
Methods in org.nd4j.evaluation.classification that return EvaluationBinary Modifier and Type Method Description static EvaluationBinaryEvaluationBinary. fromJson(String json)static EvaluationBinaryEvaluationBinary. fromYaml(String yaml)EvaluationBinaryEvaluationBinary. newInstance()Methods in org.nd4j.evaluation.classification with parameters of type EvaluationBinary Modifier and Type Method Description voidEvaluationBinary. merge(EvaluationBinary other)Merge the other evaluation object into this one.
-