메소드 | 설명 | |
---|---|---|
ConsistentRandomizer ( double min, double max ) : Encog.Neural.Networks |
Construct a range randomizer.
|
|
ConsistentRandomizer ( double min, double max, int seed ) : Encog.Neural.Networks |
Construct a range randomizer.
|
|
Randomize ( double d ) : double |
Generate a random number based on the range specified in the constructor.
|
|
Randomize ( |
Randomize the network.
|
public ConsistentRandomizer ( double min, double max ) : Encog.Neural.Networks | ||
min | double | The minimum random value. |
max | double | The maximum random value. |
리턴 | Encog.Neural.Networks |
public ConsistentRandomizer ( double min, double max, int seed ) : Encog.Neural.Networks | ||
min | double | The minimum random value. |
max | double | The maximum random value. |
seed | int | The seed value. |
리턴 | Encog.Neural.Networks |
public Randomize ( double d ) : double | ||
d | double | The range randomizer ignores this value. |
리턴 | double |
public Randomize ( |
||
network | The network to randomize. | |
리턴 | void |