Uses of Class
org.nd4j.graph.ui.LogFileWriter.EventSubtype
-
Packages that use LogFileWriter.EventSubtype Package Description org.nd4j.graph.ui -
-
Uses of LogFileWriter.EventSubtype in org.nd4j.graph.ui
Methods in org.nd4j.graph.ui that return LogFileWriter.EventSubtype Modifier and Type Method Description static LogFileWriter.EventSubtypeLogFileWriter.EventSubtype. valueOf(String name)Returns the enum constant of this type with the specified name.static LogFileWriter.EventSubtype[]LogFileWriter.EventSubtype. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nd4j.graph.ui with parameters of type LogFileWriter.EventSubtype Modifier and Type Method Description longLogFileWriter. writeHistogramEventCustomBins(String name, LogFileWriter.EventSubtype subtype, long time, int iteration, int epoch, INDArray bins, INDArray y)longLogFileWriter. writeHistogramEventDiscrete(@NonNull String name, LogFileWriter.EventSubtype subtype, long time, int iteration, int epoch, List<String> binLabels, @NonNull INDArray y)longLogFileWriter. writeHistogramEventEqualSpacing(String name, LogFileWriter.EventSubtype subtype, long time, int iteration, int epoch, double min, double max, INDArray y)longLogFileWriter. writeScalarEvent(String name, LogFileWriter.EventSubtype subtype, long time, int iteration, int epoch, Number scalar)Write a single scalar event to the file
-