Uses of Class
classifier.nn.Weight

Packages that use Weight
classifier.nn   
 

Uses of Weight in classifier.nn
 

Methods in classifier.nn that return Weight
protected  Weight Link.returnWeight()
           
 

Methods in classifier.nn with parameters of type Weight
protected  void Node.addLinkTo(int layer, int numNode, Weight weight, LinkBuffer buffer)
           
 

Constructors in classifier.nn with parameters of type Weight
LinkTo(int layer, int numNode, Weight weight, LinkBuffer buffer)
           
Link(int layer, int numNode, Weight w, LinkBuffer buffer)