The random number generator used to perturb the stage I guesses.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual Random Random { get; set; }
Visual Basic (Declaration)
Public Overridable Property Random As Random
Visual C++
public:
virtual property Random^ Random {
	Random^ get ();
	void set (Random^ value);
}

Field Value

The Random object used to generate stage I perturbations.

See Also