Click or drag to resize
EpochTrainerSetRandomSamples Method
Sets the random number generators used to select random training patterns in stage I.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetRandomSamples(
	Random randomA,
	Random randomB
)

Parameters

randomA
Type: Imsl.StatRandom
A Random object which is the first random number generator.
randomB
Type: Imsl.StatRandom
A Random object which is the second random number generator, independent of randomA.
Remarks
The two random number generators should be independent.
See Also