powered by
Printing a summary of the funLBM co-clustering results
# S3 method for funLBM print(x,...)
An object produced by the funLBM function,
Additional arguments to provide.
funLBM
# NOT RUN { ## Co-clustering of simulated data set.seed(12345) X = simulateData(n = 30, p = 30, t = 15) out = funLBM(X$data,K=4,L=3) out # }
Run the code above in your browser using DataLab