cluster {GridOnClusters} | R Documentation |
Cluster Multivariate Data
Description
The function obtains clusters from data using the given number of clusters, which may be a range.
Usage
cluster(data, k, method)
Arguments
data |
input continuous multivariate data |
k |
the number(s) of clusters |
method |
the method for clustering |
[Package GridOnClusters version 0.1.0.1 Index]