classifier.nn
Class NeuronInputLayer

java.lang.Object
  extended byclassifier.nn.Layer
      extended byclassifier.nn.NeuronInputLayer
All Implemented Interfaces:
NetworkComponent, java.io.Serializable

public class NeuronInputLayer
extends Layer
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
NeuronInputLayer(int num, int numNeuron)
           
 
Method Summary
 void addNode()
           
 Node getNode(int numNeuron)
           
 int getNumNode()
           
 void removeNode(int numNode)
           
 
Methods inherited from class classifier.nn.Layer
getNum, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NeuronInputLayer

public NeuronInputLayer(int num,
                        int numNeuron)
Method Detail

getNode

public Node getNode(int numNeuron)
Specified by:
getNode in class Layer

addNode

public void addNode()

removeNode

public void removeNode(int numNode)

getNumNode

public int getNumNode()
Specified by:
getNumNode in class Layer