| EpochTrainerRandom Property |
The random number generator used to perturb the stage I guesses.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual Random Random { get; set; }Public Overridable Property Random As Random
Get
Set
public:
virtual property Random^ Random {
Random^ get ();
void set (Random^ value);
}abstract Random : Random with get, set
override Random : Random with get, set
Property Value
Type:
Random
The
Random object used to generate stage I perturbations.
See Also