neuroidnet.ntr
Class Synapse.Weight
java.lang.Object
|
+--java.util.Observable
|
+--edu.ull.cgunay.plots.Profilable
|
+--neuroidnet.ntr.Synapse.Weight
- All Implemented Interfaces:
- Cloneable, Serializable
- Enclosing class:
- Synapse
- class Synapse.Weight
- extends Profilable
- implements Serializable
|
Field Summary |
(package private) double |
value
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
double value
Synapse.Weight
Synapse.Weight()
getValue
public double getValue()
- Get the value.
- Returns:
- value
setValue
public void setValue(double v)
- Set the value of weight. Maximum allowed value is determined by
constant
maxWeight.
- Parameters:
v - Value to assign to weight.- See Also:
Synapse.maxWeight
doubleValue
public double doubleValue()
- Specified by:
doubleValue in class Profilable