Description Usage Arguments Value Author(s) See Also Examples
Creates K clusters of points on the projective space using the k-means method
1 | clusterProjKmeans(X, K, iter.max = 100, initial)
|
X |
the data belonging to the projective space |
K |
the number of clusters required in output |
iter.max |
the maximum number of iterations |
initial |
(optional) the initial clustering. The argument 'initial' is required to be a vector of the same length as number of rows in X. Each element of 'initial' is the cluster number that the corresponding row of X belongs to. If 'initial' is specified, than 'K' is set to be the number of clusters in 'initial' If no initial is given, then the initial clusters are found using the k-means++ method. |
Vector of real numbers from 1 to K representing the cluster that the corresponding X value belongs to.
Jochen Voss, Jochen.Voss@leeds.ac.uk
clusterProjDivisive
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.