Click or drag to resize
Accord.NET (logo)

IClusterCollectionExTData, TCluster Interface

Common interface for collections of clusters (i.e. KMeansClusterCollection, GaussianClusterCollection, MeanShiftClusterCollection).

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public interface IClusterCollectionEx<TData, TCluster> : IEnumerable

Type Parameters

TData
TCluster

The IClusterCollectionExTData, TCluster type exposes the following members.

Properties
  NameDescription
Public propertyClusters
Gets the collection of clusters currently modeled by the clustering algorithm.
Public propertyCount
Gets the number of clusters in the collection.
Public propertyItem
Gets the cluster at the given index.
Public propertyProportions
Gets the proportion of samples in each cluster.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Top
Extension Methods
  NameDescription
Public Extension MethodSetEqualsTCluster
Compares two enumerables for set equality. Two enumerables are set equal if they contain the same elements, but not necessarily in the same order.
(Defined by Matrix.)
Top
See Also