Метод | Описание | |
---|---|---|
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 |