Click or drag to resize
Accord.NET (logo)

ICentroidClusterCollectionTData, TCluster Methods

The ICentroidClusterCollectionTData, TCluster generic type exposes the following members.

Methods
  NameDescription
Public methodDistortion
Calculates the average square distance from the data points to the nearest clusters' centroids.
(Inherited from ICentroidClusterCollectionTData, TCentroids, TCluster.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodTransform(TData, Double, Double)
Transform data points into feature vectors containing the distance between each point and each of the clusters.
(Inherited from ICentroidClusterCollectionTData, TCentroids, TCluster.)
Public methodTransform(TData, Int32, Double, Double)
Transform data points into feature vectors containing the distance between each point and each of the clusters.
(Inherited from ICentroidClusterCollectionTData, TCentroids, TCluster.)
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