|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.Random
|
+--bsoc.nn.RandomWgt
Generates random weights for synapses. Used for the random initialisation of ANNs.
| Constructor Summary | |
RandomWgt()
|
|
RandomWgt(long seed)
|
|
| Method Summary | |
short |
nextValue()
|
| Methods inherited from class java.util.Random |
next,
nextBoolean,
nextBytes,
nextDouble,
nextFloat,
nextGaussian,
nextInt,
nextInt,
nextLong,
setSeed |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public RandomWgt()
public RandomWgt(long seed)
| Method Detail |
public short nextValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||