org.neuroph.nnet.comp.layer
Class InputLayer
java.lang.Object
org.neuroph.core.Layer
org.neuroph.nnet.comp.layer.InputLayer
- All Implemented Interfaces:
- Serializable
public class InputLayer
- extends Layer
Represents a layer of input neurons - a typical neural network input layer
- Author:
- Zoran Sevarac
- See Also:
InputNeuron
,
Serialized Form
Constructor Summary |
InputLayer(int neuronsCount)
Creates a new instance of InputLayer with specified number of input neurons |
Methods inherited from class org.neuroph.core.Layer |
addNeuron, addNeuron, calculate, getLabel, getNeuronAt, getNeurons, getNeuronsCount, getParentNetwork, indexOf, initializeWeights, randomizeWeights, randomizeWeights, randomizeWeights, removeAllNeurons, removeNeuron, removeNeuronAt, reset, setLabel, setNeuron, setParentNetwork |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputLayer
public InputLayer(int neuronsCount)
- Creates a new instance of InputLayer with specified number of input neurons
- Parameters:
neuronsCount
- input neurons count for this layer
Copyright © 2012. All Rights Reserved.