Fast Ica.Random Source Property
Gets or sets the random number generator used for initialization.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public IRandomSource RandomSource { get; set; }Property Value
IRandomSourceRemarks
The FastICA algorithm requires random initialization of the unmixing matrix. Setting this property allows control over the random number generation for reproducible results.
If null (the default), RandomSource for each fit. To ensure reproducibility across runs, set this to a seeded random number generator such as Xoshiro256StarStar.