This joint work is written by Nicolas Garcia Trillos(garciatrillo@wisc.edu), Pengfei He(hepengf1@msu.edu), and Chenghui Li(cli539@wisc.edu).
It is used for solving multi-manifold clustering problem. Notice that we used $\epsilon_+,\epsilon_-$-graph and
An example illustration to run code is:
For knn setting: If D is the data set, one suggested pattern: k_+ = 6r, k_- = 4r, r = 5*2^m . [A,idx]=main_PBC2(D,120,80,20,10,2);
For epsilon setting: the ratio depends on the embedded dimension, suggested as the ratio of kNN. One suggested pattern: eps_- = r6^{1/m} , eps_+ = r4^{1/m}. [A,idx]=main_PBC3(D,0.02sqrt(6),0.022,0.02,10,2);