cluster | R Documentation |
Perform clustering on the rows (usually cases) of a dataset.
cluster(x, algorithm = "KMeans", parameters = NULL, verbosity = 1L)
x |
Matrix or data.frame: Data to cluster. Rows are cases to be clustered. |
algorithm |
Character: Clustering algorithm. |
parameters |
List: Algorithm-specific parameters. |
verbosity |
Integer: Verbosity level. |
Clustering object.
EDG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.