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