Package org.nd4j.graph
Class UIEventSubtype
- java.lang.Object
-
- org.nd4j.graph.UIEventSubtype
-
public final class UIEventSubtype extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static byteEVALUATIONstatic byteFEATURE_LABELstatic byteLEARNING_RATEstatic byteLOSSstatic String[]namesstatic byteNONEstatic bytePERFORMANCEstatic bytePREDICTIONstatic bytePROFILINGstatic byteTUNING_METRICstatic byteUSER_CUSTOM
-
-
-
Field Detail
-
NONE
public static final byte NONE
- See Also:
- Constant Field Values
-
EVALUATION
public static final byte EVALUATION
- See Also:
- Constant Field Values
-
LOSS
public static final byte LOSS
- See Also:
- Constant Field Values
-
LEARNING_RATE
public static final byte LEARNING_RATE
- See Also:
- Constant Field Values
-
TUNING_METRIC
public static final byte TUNING_METRIC
- See Also:
- Constant Field Values
-
PERFORMANCE
public static final byte PERFORMANCE
- See Also:
- Constant Field Values
-
PROFILING
public static final byte PROFILING
- See Also:
- Constant Field Values
-
FEATURE_LABEL
public static final byte FEATURE_LABEL
- See Also:
- Constant Field Values
-
PREDICTION
public static final byte PREDICTION
- See Also:
- Constant Field Values
-
USER_CUSTOM
public static final byte USER_CUSTOM
- See Also:
- Constant Field Values
-
names
public static final String[] names
-
-
Method Detail
-
name
public static String name(int e)
-
-