Enum Class LayerType

java.lang.Object
java.lang.Enum<LayerType>
deepnetts.net.layers.LayerType
All Implemented Interfaces:
Serializable, Comparable<LayerType>, Constable

public enum LayerType extends Enum<LayerType>
Supported types of layers. Layers are main processing and building block in a neural network.
See Also: