Click or drag to resize
Accord.NET (logo)

KMeansComputeCovariances Property

Gets or sets whether covariance matrices for the clusters should be computed at the end of an iteration. Default is true.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public bool ComputeCovariances { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also