Introduction - If you have any usage issues, please Google them yourself
Sparse_CoClust MBICluster
2-D clustering method
parameter setup:
A is the array you want to cluster
K1 is the number of groups you want to divide the rows into
K2 is the number of groups you want to divide the columns into
method is the objective function flag
if kmeans_flag is 1 it runs kmeans first, otherwise it s random
if kmeans_flag is 2 it puts everything in the first group initially