Description Usage Arguments Value Examples
Measures distance from data points to cluster centers
1 | measure_dist(X, centers)
|
X |
array Data points of dimension (n,d) |
centers |
array Coordinates of cluster centers, dimension (k,d) |
array Distance from each point to each center, dimension (n,k)
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.