./data: contain the data files for running experiments in CCS format and in Matlab. ./results: contain all the experimental result files. ./src: contain all the source files in C++ and Matlab and also the Makefile. ./bin: contain the executable file cfBregCocluster (make cfBregCocluster). Information about the parameters can be obtained from the command line. Some sample command: -Running the squared Euclidean co-clustering with 2 row clusters, 2 column clusters, using random initialization, scheme 5, 10 runs cfBregCocluster -a e -c 2 -r 2 -s 5 -F sm data/netflix_subset_train -T data/netflix_subset_testing.txt -R 10 -d 3 The result is recorded in the file netflix_subset_train_dump_2_2_squaredEuc_scheme_2 and the cocluster result is in the file netflix_subset_train_cocluster_2_2_squaredEuc_scheme_2. -The local SVD is implemented in Matlab. See src/testPredictRatingScheme3_5.m for detail informations.