powered by
The weighted Bertin Classification Criterion using weights according to the Hamming distance is normalized by means of the independence case.
WBCI(x)
A data matrix.
The criterion value.
kendalls
# NOT RUN { 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) # }
Run the code above in your browser using DataLab