ihcrit: The Weighted Bertin Classification Index

Description Usage Arguments Value Author(s) See Also Examples

View source: R/fastRcrit.R

Description

The weighted Bertin Classification Criterion using weights according to the Hamming distance is normalized by means of the independence case.

Usage

1
WBCI(x)

Arguments

x

A data matrix.

Value

The criterion value.

Author(s)

Alexander Pilhoefer

See Also

kendalls

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
M <-arsim(1000, c(12,12), 3)
BCI(M)
WBCI(M)


M2 <- optile(M, iter = 100)
BCI(M2)
WBCI(M2)

M3 <- optile(M, fun = "WBCC", iter = 100)
BCI(M3)
WBCI(M3)

extracat documentation built on July 17, 2018, 5:05 p.m.

Related to ihcrit in extracat...