clus.hop: Calculate Hopkins statistic

Description Usage Arguments Author(s) Examples

View source: R/clus.hop.R

Description

Calculate Hopkins statistic

Usage

1
clus.hop(df, rept = 30)

Arguments

df

a data frame.

rept

number of the repeat times.

Author(s)

Chand Zhang

Examples

1
2
3
4
5
# example 1
df <- iris[,-5]; clus.hop(df, 10)

# example 2
data(wine, package = 'rattle'); df <- wine[,-1]; clus.hop(df, 10)

Chand-CN/flux documentation built on Oct. 4, 2020, 10:09 p.m.