Uses of Class
org.deeplearning4j.ui.model.stats.api.SummaryType
-
Packages that use SummaryType Package Description org.deeplearning4j.ui.model.stats.api org.deeplearning4j.ui.model.stats.impl org.deeplearning4j.ui.model.stats.impl.java -
-
Uses of SummaryType in org.deeplearning4j.ui.model.stats.api
Methods in org.deeplearning4j.ui.model.stats.api that return SummaryType Modifier and Type Method Description static SummaryTypeSummaryType. valueOf(String name)Returns the enum constant of this type with the specified name.static SummaryType[]SummaryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deeplearning4j.ui.model.stats.api with parameters of type SummaryType Modifier and Type Method Description booleanStatsReport. hasSummaryStats(StatsType statsType, SummaryType summaryType)Return whether the summary stats (mean, standard deviation, mean magnitudes) have been reported for the given stats type (Parameters, Updates, Activations) -
Uses of SummaryType in org.deeplearning4j.ui.model.stats.impl
Methods in org.deeplearning4j.ui.model.stats.impl with parameters of type SummaryType Modifier and Type Method Description booleanSbeStatsReport. hasSummaryStats(StatsType statsType, SummaryType summaryType) -
Uses of SummaryType in org.deeplearning4j.ui.model.stats.impl.java
Methods in org.deeplearning4j.ui.model.stats.impl.java with parameters of type SummaryType Modifier and Type Method Description booleanJavaStatsReport. hasSummaryStats(StatsType statsType, SummaryType summaryType)
-