KMeansClusterAnalysis.RandomNumberGenerator Property

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: 9.0.0
C#
public Random RandomNumberGenerator { get; set; }

Property Value

Random

See Also