classifier.nn
Class LinkTo

java.lang.Object
  extended byclassifier.nn.Link
      extended byclassifier.nn.LinkTo
All Implemented Interfaces:
NetworkComponent, java.io.Serializable

public class LinkTo
extends Link
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LinkTo(int layer, int numNode, Weight weight, LinkBuffer buffer)
           
 
Method Summary
protected  Node getNodeTo(Network net)
           
 java.lang.String toString()
           
 
Methods inherited from class classifier.nn.Link
getBuffer, getLayer, getNumNode, getWeight, returnBuffer, returnWeight, setBuffer, setWeight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkTo

public LinkTo(int layer,
              int numNode,
              Weight weight,
              LinkBuffer buffer)
Method Detail

getNodeTo

protected Node getNodeTo(Network net)

toString

public java.lang.String toString()
Overrides:
toString in class Link