Description Usage Arguments Details Value References See Also Examples
Search for a partition matrix which is closest to the eigenvector embedding.
1 | discretize(vectors, max_svd_restarts = 30, n_iter_max = 20)
|
vectors |
The embedding space of the samples. |
max_svd_restarts |
Whether to copy vectors, or perform in-place normalization. |
n_iter_max |
Maximum number of attempts to restart SVD if convergence fails |
Maximum number of iterations to attempt in rotation and partition matrix search if machine precision convergence is not reached
The labels of the clusters.
[1] Multiclass spectral clustering, 2003 Stella X. Yu, Jianbo Shi https://www1.icsi.berkeley.edu/~stellayu/publication/doc/2003kwayICCV.pdf
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.