├── .MATLABDriveTag ├── 3sources.mat ├── 3sources_percentDel_0.5.mat ├── LICENSE ├── LSIMVC5gpu_s.m ├── README.md ├── RES ├── .MATLABDriveTag └── 3sources_0.5_HeatKernel_LSIMVC5_5.txt ├── getError.m ├── main.m ├── togpu_s.m └── utils ├── .MATLABDriveTag ├── ClusteringMeasure.m ├── Contingency.m ├── EuDist2.m ├── NormalizeFea.m ├── RandIndex.m ├── compute_f.m ├── compute_nmi.m ├── constructW.m └── loadDataset.m /.MATLABDriveTag: -------------------------------------------------------------------------------- 1 | b74c4cb8-f226-4432-ba70-47f25ceb8048 -------------------------------------------------------------------------------- /3sources.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/3sources.mat -------------------------------------------------------------------------------- /3sources_percentDel_0.5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/3sources_percentDel_0.5.mat -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/LICENSE -------------------------------------------------------------------------------- /LSIMVC5gpu_s.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/LSIMVC5gpu_s.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/README.md -------------------------------------------------------------------------------- /RES/.MATLABDriveTag: -------------------------------------------------------------------------------- 1 | e8e0264f-0f39-4156-b9d3-cbc920cefdf7 -------------------------------------------------------------------------------- /RES/3sources_0.5_HeatKernel_LSIMVC5_5.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /getError.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/getError.m -------------------------------------------------------------------------------- /main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/main.m -------------------------------------------------------------------------------- /togpu_s.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/togpu_s.m -------------------------------------------------------------------------------- /utils/.MATLABDriveTag: -------------------------------------------------------------------------------- 1 | 012edd8f-1262-491f-93ad-2d6a61f92d7c -------------------------------------------------------------------------------- /utils/ClusteringMeasure.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/utils/ClusteringMeasure.m -------------------------------------------------------------------------------- /utils/Contingency.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/utils/Contingency.m -------------------------------------------------------------------------------- /utils/EuDist2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/utils/EuDist2.m -------------------------------------------------------------------------------- /utils/NormalizeFea.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/utils/NormalizeFea.m -------------------------------------------------------------------------------- /utils/RandIndex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/utils/RandIndex.m -------------------------------------------------------------------------------- /utils/compute_f.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/utils/compute_f.m -------------------------------------------------------------------------------- /utils/compute_nmi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/utils/compute_nmi.m -------------------------------------------------------------------------------- /utils/constructW.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/utils/constructW.m -------------------------------------------------------------------------------- /utils/loadDataset.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justsmart/LSIMVC/HEAD/utils/loadDataset.m --------------------------------------------------------------------------------