KMeansClusterAnalysis.RandomNumberGenerator Property

Note: This API is now obsolete.
Gets or sets the random number generator that may be used during the initialization of the K-means algorithm.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
[ObsoleteAttribute("Use RandomSource instead")]
public Random RandomNumberGenerator { get; set; }

Property Value

Random

See Also