powered by
Produce a measure of agreement between two partitions for clustering. A value of 1 means a perfect match.
CE_simple(v,vprime)
numeric vector specifying the class of rows.
the value of the index.
# NOT RUN { require(bikm1) set.seed(42) v=floor(runif(4)*3) vprime=floor(runif(4)*3) error=CE_simple(v,vprime) error # }
Run the code above in your browser using DataLab