Package org.deeplearning4j.eval
Interface IEvaluation<T extends IEvaluation>
-
- All Superinterfaces:
IEvaluation<T>,Serializable
- All Known Implementing Classes:
Evaluation,EvaluationBinary,EvaluationCalibration,RegressionEvaluation,ROC,ROCBinary,ROCMultiClass
@Deprecated public interface IEvaluation<T extends IEvaluation> extends IEvaluation<T>
Deprecated.
-
-
Method Summary
-
Methods inherited from interface org.nd4j.evaluation.IEvaluation
eval, eval, eval, eval, evalTimeSeries, evalTimeSeries, getValue, merge, newInstance, reset, stats, toJson, toYaml
-
-