Uses of Class
org.nd4j.autodiff.listeners.impl.UIListener.UpdateRatio
-
Packages that use UIListener.UpdateRatio Package Description org.nd4j.autodiff.listeners.impl -
-
Uses of UIListener.UpdateRatio in org.nd4j.autodiff.listeners.impl
Methods in org.nd4j.autodiff.listeners.impl that return UIListener.UpdateRatio Modifier and Type Method Description static UIListener.UpdateRatioUIListener.UpdateRatio. valueOf(String name)Returns the enum constant of this type with the specified name.static UIListener.UpdateRatio[]UIListener.UpdateRatio. 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.UpdateRatio Modifier and Type Method Description UIListener.BuilderUIListener.Builder. updateRatios(int frequency, UIListener.UpdateRatio ratioType)
-