Description Usage Arguments Details Value Examples
This function gives cluster label to each of the observations.
1 | labels_function(centers, observations)
|
centers |
a matrix containing m centers of length d, where each row corresponds to coordinates of a center. |
observations |
a matrix containing T observations of length d, where each row of the matrix is an observation of length d. |
Given a set C of m centers of length d (i.e., C = {c_{1}, c_{2}, …, c_{m}}), and a set X of T observations of length d (i.e., X = {x_{1}, x_{2}, …, x_{T}}), this function associates each observation x_{t} to the nearest centers to form different cells, and gives a corresponding cluster label to it.
cluster label of each of the observations.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.