Uses of Class
org.nd4j.autodiff.listeners.impl.UIListener.HistogramType
-
Packages that use UIListener.HistogramType Package Description org.nd4j.autodiff.listeners.impl -
-
Uses of UIListener.HistogramType in org.nd4j.autodiff.listeners.impl
Methods in org.nd4j.autodiff.listeners.impl that return UIListener.HistogramType Modifier and Type Method Description static UIListener.HistogramTypeUIListener.HistogramType. valueOf(String name)Returns the enum constant of this type with the specified name.static UIListener.HistogramType[]UIListener.HistogramType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nd4j.autodiff.listeners.impl with parameters of type UIListener.HistogramType Modifier and Type Method Description UIListener.BuilderUIListener.Builder. histograms(int frequency, UIListener.HistogramType... types)
-