Uses of Class
org.nd4j.autodiff.listeners.ListenerEvaluations
-
Packages that use ListenerEvaluations Package Description org.nd4j.autodiff.listeners org.nd4j.autodiff.listeners.impl -
-
Uses of ListenerEvaluations in org.nd4j.autodiff.listeners
Methods in org.nd4j.autodiff.listeners that return ListenerEvaluations Modifier and Type Method Description ListenerEvaluationsListenerEvaluations.Builder. build()abstract ListenerEvaluationsBaseEvaluationListener. evaluations()Return the requested evaluations. -
Uses of ListenerEvaluations in org.nd4j.autodiff.listeners.impl
Methods in org.nd4j.autodiff.listeners.impl that return ListenerEvaluations Modifier and Type Method Description ListenerEvaluationsHistoryListener. evaluations()Constructors in org.nd4j.autodiff.listeners.impl with parameters of type ListenerEvaluations Constructor Description HistoryListener(ListenerEvaluations evaluations)
-