public class DistortRandomizer extends WeightsRandomizer
randomGen| Constructor and Description |
|---|
DistortRandomizer(double distortionFactor)
Create a new instance of DistortRandomizer with specified distortion factor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
randomize(Neuron neuron)
Iterate all layers, neurons and connection weight and apply distort randomization
|
getRandomGen, nextRandomWeight, randomize, randomizepublic DistortRandomizer(double distortionFactor)
distortionFactor - amount to distort existing weightsprotected void randomize(Neuron neuron)
randomize in class WeightsRandomizerneuron - Copyright © 2019 Neuroph Project. All rights reserved.