classifier.nn
Class Weight

java.lang.Object
  extended byclassifier.nn.Weight
All Implemented Interfaces:
java.io.Serializable

public class Weight
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
protected Weight(double f)
           
 
Method Summary
protected  double getWeight()
           
protected  void setWeight(double f)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Weight

protected Weight(double f)
Method Detail

setWeight

protected void setWeight(double f)

getWeight

protected double getWeight()

toString

public java.lang.String toString()