Uses of Class
org.deeplearning4j.ui.model.stats.sbe.StatsType
-
Packages that use StatsType Package Description org.deeplearning4j.ui.model.stats.sbe -
-
Uses of StatsType in org.deeplearning4j.ui.model.stats.sbe
Methods in org.deeplearning4j.ui.model.stats.sbe that return StatsType Modifier and Type Method Description static StatsTypeStatsType. get(short value)StatsTypeUpdateDecoder.PerParameterStatsDecoder.HistogramsDecoder. statType()StatsTypeUpdateDecoder.PerParameterStatsDecoder.SummaryStatDecoder. statType()static StatsTypeStatsType. valueOf(String name)Returns the enum constant of this type with the specified name.static StatsType[]StatsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.deeplearning4j.ui.model.stats.sbe with parameters of type StatsType Modifier and Type Method Description UpdateEncoder.PerParameterStatsEncoder.HistogramsEncoderUpdateEncoder.PerParameterStatsEncoder.HistogramsEncoder. statType(StatsType value)UpdateEncoder.PerParameterStatsEncoder.SummaryStatEncoderUpdateEncoder.PerParameterStatsEncoder.SummaryStatEncoder. statType(StatsType value)
-