Description Usage Arguments Author(s) Examples
View source: R/gld_utilities.R
This function return a list of D distances from the ks-test that compare the centroid of a cluster wiht n members of this cluster.
1 | suq2.clustering.gldClusterComparison(cluster_number, n, centroid)
|
cluster_number |
The cluster ID we are interesting in. |
n |
Number of elements of the cluster to analize. |
centroid |
The lambda values of the centroid of the cluster. |
Noel Moreno Lemus
1 | Ds <- suq2.clustering.gldClusterComparison(3, 60, c(0, 2, 1.5, 1.3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.