suq2.clustering.gldClusterComparison: Evaluate if the centroid of a cluster is a good...

Description Usage Arguments Author(s) Examples

View source: R/gld_utilities.R

Description

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.

Usage

1
suq2.clustering.gldClusterComparison(cluster_number, n, centroid)

Arguments

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.

Author(s)

Noel Moreno Lemus

Examples

1
Ds <- suq2.clustering.gldClusterComparison(3, 60, c(0, 2, 1.5, 1.3))

nmlemus/suq2 documentation built on May 30, 2019, 5 a.m.