Uses of Class
org.deeplearning4j.ui.model.stats.sbe.StatType
-
Packages that use StatType Package Description org.deeplearning4j.ui.model.stats.sbe -
-
Uses of StatType in org.deeplearning4j.ui.model.stats.sbe
Methods in org.deeplearning4j.ui.model.stats.sbe that return StatType Modifier and Type Method Description static StatTypeStatType. get(short value)static StatTypeStatType. valueOf(String name)Returns the enum constant of this type with the specified name.static StatType[]StatType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-