Description Usage Arguments Details Value Author(s) See Also Examples
Compute clustering with pam function and a distance class object.
1 | getClusters(x, k)
|
x |
Numeric distance object obtained with dimension n x n. |
k |
Numeric. Number of clusters |
This function is a wrapper of pam (cluster). x must be a dist object obtained from frechetdist, slopedist or any other distance metric on condition that it be an object of the dist class and has dimensions nxn, where n is equal to the number of trajectories.
Object of class 'pam'. See pam.object
for details
Fernando Pérez-Sanz (fernando.perez8@um.es)
Miriam Riquelme-Pérez (miriam.riquelmep@gmail.com)
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.