Package org.nd4j.graph
Class InputType
- java.lang.Object
-
- org.nd4j.graph.InputType
-
public final class InputType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String[]namesstatic byteNUMERICstatic byteNUMERIC_SETstatic byteSTRINGULARstatic byteSTRINGULAR_SETstatic byteUNDEFINED
-
-
-
Field Detail
-
UNDEFINED
public static final byte UNDEFINED
- See Also:
- Constant Field Values
-
NUMERIC
public static final byte NUMERIC
- See Also:
- Constant Field Values
-
STRINGULAR
public static final byte STRINGULAR
- See Also:
- Constant Field Values
-
NUMERIC_SET
public static final byte NUMERIC_SET
- See Also:
- Constant Field Values
-
STRINGULAR_SET
public static final byte STRINGULAR_SET
- See Also:
- Constant Field Values
-
names
public static final String[] names
-
-
Method Detail
-
name
public static String name(int e)
-
-