├── Baselines └── readme.md ├── MSRC_Result.txt ├── README.md ├── dataset ├── HW1256.mat ├── MSRC.mat └── mnist4.mat ├── my_tools ├── ClusteringMeasure1.m ├── EProjSimplex_new.m ├── L2_distance_1.m ├── My_Bipartite_Con.m ├── RandIndex.m ├── Train_TBGL.m ├── VDA.m ├── compute_f.m ├── compute_nmi.m ├── eig1.m ├── litekmeans.m ├── my_graphconncomp.m ├── nmi.m ├── prox_l1.m ├── solve_L12norm.m ├── solve_Lp_w.m └── wshrinkObj_weight_lp.m └── run_cluster.m /Baselines/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/Baselines/readme.md -------------------------------------------------------------------------------- /MSRC_Result.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/README.md -------------------------------------------------------------------------------- /dataset/HW1256.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/dataset/HW1256.mat -------------------------------------------------------------------------------- /dataset/MSRC.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/dataset/MSRC.mat -------------------------------------------------------------------------------- /dataset/mnist4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/dataset/mnist4.mat -------------------------------------------------------------------------------- /my_tools/ClusteringMeasure1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/ClusteringMeasure1.m -------------------------------------------------------------------------------- /my_tools/EProjSimplex_new.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/EProjSimplex_new.m -------------------------------------------------------------------------------- /my_tools/L2_distance_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/L2_distance_1.m -------------------------------------------------------------------------------- /my_tools/My_Bipartite_Con.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/My_Bipartite_Con.m -------------------------------------------------------------------------------- /my_tools/RandIndex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/RandIndex.m -------------------------------------------------------------------------------- /my_tools/Train_TBGL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/Train_TBGL.m -------------------------------------------------------------------------------- /my_tools/VDA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/VDA.m -------------------------------------------------------------------------------- /my_tools/compute_f.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/compute_f.m -------------------------------------------------------------------------------- /my_tools/compute_nmi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/compute_nmi.m -------------------------------------------------------------------------------- /my_tools/eig1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/eig1.m -------------------------------------------------------------------------------- /my_tools/litekmeans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/litekmeans.m -------------------------------------------------------------------------------- /my_tools/my_graphconncomp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/my_graphconncomp.m -------------------------------------------------------------------------------- /my_tools/nmi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/nmi.m -------------------------------------------------------------------------------- /my_tools/prox_l1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/prox_l1.m -------------------------------------------------------------------------------- /my_tools/solve_L12norm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/solve_L12norm.m -------------------------------------------------------------------------------- /my_tools/solve_Lp_w.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/solve_Lp_w.m -------------------------------------------------------------------------------- /my_tools/wshrinkObj_weight_lp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/my_tools/wshrinkObj_weight_lp.m -------------------------------------------------------------------------------- /run_cluster.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdweixia/TBGL-MVC/HEAD/run_cluster.m --------------------------------------------------------------------------------