Package org.deeplearning4j.eval
Class BaseEvaluation<T extends BaseEvaluation>
- java.lang.Object
-
- org.nd4j.evaluation.BaseEvaluation<T>
-
- org.deeplearning4j.eval.BaseEvaluation<T>
-
- All Implemented Interfaces:
Serializable
,IEvaluation<T>
@Deprecated public abstract class BaseEvaluation<T extends BaseEvaluation> extends BaseEvaluation<T>
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseEvaluation()
Deprecated.
-
Method Summary
-
Methods inherited from class org.nd4j.evaluation.BaseEvaluation
attempFromLegacyFromJson, canEqual, equals, eval, eval, eval, evalTimeSeries, evalTimeSeries, fromJson, fromYaml, hashCode, reshapeAndExtractNotMasked, toJson, toString, toYaml
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.nd4j.evaluation.IEvaluation
eval, getValue, merge, newInstance, reset, stats
-
-