Description Usage Arguments Value Examples
Tract Clustering
1 2 | find_clusters(distance_vector, k = 1L, max_iter = 100L,
nstart = 100L, ncores = 1L)
|
k |
An integer specifying the number of clusters (default: |
max_iter |
An integer specifying the maximum number of iterations
(default: |
nstart |
An integer specifying the number of random initializations
(default: |
ncores |
An integer specifying the number of cores available for the computations (default: |
distance_matrix |
A matrix of size |
A list with two components: groups
gives membership of each
individual streamline while centroids
gives the labels of the
groups' centroids.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.