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