public class GaussianRandomizer extends WeightsRandomizer
randomGen| Constructor and Description |
|---|
GaussianRandomizer(double mean,
double standardDeviation) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
nextRandomWeight()
Returns next random value from random generator, that will be used to initialize weight
Override this method to implement custom random number generators
|
getRandomGen, randomize, randomize, randomizepublic GaussianRandomizer(double mean,
double standardDeviation)
protected double nextRandomWeight()
WeightsRandomizernextRandomWeight in class WeightsRandomizerCopyright © 2019 Neuroph Project. All rights reserved.