Usages of KMeansDistanceMetric
Properties
| metric | in KMeansClustering | Gets or sets a metric to determine the distance between nodes and between nodes and centroids. |
Method Return Values
| from (KMeansDistanceMetric) | in KMeansDistanceMetric | Converts the given argument to an enum constant of this enum type. |
Method Parameters
| KMeansClustering () | in KMeansClustering | ||
| from (KMeansDistanceMetric) | in KMeansDistanceMetric | Converts the given argument to an enum constant of this enum type. | |
| getName (KMeansDistanceMetric) | in KMeansDistanceMetric | Returns the name of the given enum constant. | |
| kMeansClustering (LayoutGraph, IMapper<LayoutNode,number>, IMapper<LayoutNode,Point>, KMeansDistanceMetric, number, number?, Point?) | in LayoutGraphAlgorithms | Partitions the graph into clusters using the k-means clustering algorithm. |