index.DB: Function from ClusterSim (version 0.49-2)

Description Usage Arguments

View source: R/index.DB.R

Description

Function from ClusterSim (version 0.49-2)

Usage

1
index.DB(x, cl, d = NULL, centrotypes = "centroids", p = 2, q = 2)

Arguments

x

data

cl

vector of integers indicating the cluster to which each object is allocated

d

optional distance matrix, used for calculations if centrotypes="medoids"

centrotypes

"centroids" or "medoids"

p

the power of the Minkowski distance between centroids or medoids of clusters: p=1 - Manhattan distance; p=2 - Euclidean distance

q

the power of dispersion measure of a cluster: q=1 - the average distance of objects in the r-th cluster to the centroid or medoid of the r-th cluster; q=2 - the standard deviation of the distance of objects in the r-th cluster to the centroid or medoid of the r-th cluster


ManonMartin/MBXUCL documentation built on Nov. 26, 2021, 8:45 p.m.