@Generated(value="org.deeplearning4j.ui.stats.sbe.SummaryType") public enum SummaryType extends Enum<SummaryType>
| Enum Constant and Description |
|---|
Mean |
MeanMagnitude |
NULL_VAL |
Stdev |
| Modifier and Type | Method and Description |
|---|---|
static SummaryType |
get(short value) |
short |
value() |
static SummaryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummaryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SummaryType Mean
public static final SummaryType Stdev
public static final SummaryType MeanMagnitude
public static final SummaryType NULL_VAL
public static SummaryType[] values()
for (SummaryType c : SummaryType.values()) System.out.println(c);
public static SummaryType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic short value()
public static SummaryType get(short value)
Copyright © 2019. All rights reserved.