|
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; }
Public Property ComputeCovariances As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanSee Also