org.neuroph.nnet.comp.layer
Class InputLayer
- java.lang.Object
-
- org.neuroph.core.Layer
-
- org.neuroph.nnet.comp.layer.InputLayer
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Iterable<Neuron>
public class InputLayer extends Layer
Represents a layer of input neurons - a typical neural network input layer- See Also:
InputNeuron, Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description InputLayer(int neuronsCount)Creates a new instance of InputLayer with specified number of input neurons
-
Method Summary
-
Methods inherited from class org.neuroph.core.Layer
addNeuron, addNeuron, calculate, getLabel, getNeuronAt, getNeurons, getNeuronsCount, getParentNetwork, indexOf, initializeWeights, isEmpty, iterator, removeAllNeurons, removeNeuron, removeNeuronAt, reset, setLabel, setNeuron, setParentNetwork
-
-
DMelt 3.0 © DataMelt by jWork.ORG