classifier.nn
Class InputNeuron

java.lang.Object
  extended byclassifier.nn.Node
      extended byclassifier.nn.InputNeuron
All Implemented Interfaces:
NetworkComponent, java.io.Serializable

public class InputNeuron
extends Node
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
InputNeuron(int layer, int num)
           
 
Method Summary
 java.lang.Object getOutput()
           
 void setInput(java.lang.Object input)
           
 
Methods inherited from class classifier.nn.Node
addLinkTo, getLayer, getLinkTo, getLinkTo, getNum, getNumLinkTo, removeLinkTo, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InputNeuron

public InputNeuron(int layer,
                   int num)
Method Detail

setInput

public void setInput(java.lang.Object input)
Specified by:
setInput in class Node

getOutput

public java.lang.Object getOutput()
Specified by:
getOutput in class Node