Click or drag to resize
Accord.NET (logo)

GaussianMixtureModelClusters Property

Note: This API is now obsolete.

Gets the collection of clusters currently modeled by the clustering algorithm.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Gaussians instead")]
public IClusterCollection<double[]> Clusters { get; }
Request Example View Source

Property Value

Type: IClusterCollectionDouble

Implements

IClusteringAlgorithmTDataClusters
See Also