BaseClustering Methods |
The BaseClustering type exposes the following members.
Name | Description | |
---|---|---|
CentralElements |
Get indices of central elements, one per cluster.
| |
Centroids |
Returns Centroid matrix, each row represent centroid of corresponding cluster.
Columns corresponds to factors.
| |
ClearCache |
Evaluate all lazy-evaluated properties and clear cached data.
| |
Clusterize |
Find nearest cluster by centroid distance
| |
ClustersAssignment |
Return array which contains assignment objects for clusters.
ClustersAssignment[i] contain assignment of i-th object.
| |
ComputeClustering(Matrix) |
Method which perform clustering analysis.
| |
ComputeClustering(Matrix, MetricType) |
Method which perform clustering analysis.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetCluster |
Get cluster as array of indices of assigned elements.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |