org.neuroph.nnet.comp.layer
Class InputLayer

java.lang.Object
  extended by org.neuroph.core.Layer
      extended by 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

Field Summary
 
Fields inherited from class org.neuroph.core.Layer
neurons
 
Constructor Summary
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, 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
 

Constructor Detail

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.