├── Demo.m ├── README.md ├── Result ├── 19_Final3_UCI_DIGIT.mat ├── 19_Final3_bbcsport.mat └── 19_Final3_flower17_DL_fea.mat ├── Try ├── LGMKCPreprocessFinalNew.m ├── LocalKernelCalculationNew.m ├── MyAlgorithmFinal2.m └── NeighborKernelSHNew.m ├── bbcsport_Kmatrix.mat └── functions ├── KernelGeneration.m ├── LGMKCNew.m ├── LGMKCPreprocessFinal.m ├── LMKCNew.m ├── LocalKernelCalculation.m ├── MCalculation_New.m ├── M_2Calculation_New.m ├── MuCulationNew.m ├── MutualInfo.m ├── NeighborKernelSH.m ├── NormalizingKernelMatrix_V2.m ├── ObjCalculation.m ├── RankEstimation.m ├── baseline_spectral_onkernel.m ├── bestMap.m ├── calculateM.m ├── genarateNeighborhood.m ├── hungarian.m ├── kcenter.m ├── knorm.m ├── litekmeans.m ├── myNMIACC.m ├── mycombFun.m ├── mykernelkmeans.m ├── purFuc.m └── sumKbeta.m /Demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/Demo.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/README.md -------------------------------------------------------------------------------- /Result/19_Final3_UCI_DIGIT.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/Result/19_Final3_UCI_DIGIT.mat -------------------------------------------------------------------------------- /Result/19_Final3_bbcsport.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/Result/19_Final3_bbcsport.mat -------------------------------------------------------------------------------- /Result/19_Final3_flower17_DL_fea.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/Result/19_Final3_flower17_DL_fea.mat -------------------------------------------------------------------------------- /Try/LGMKCPreprocessFinalNew.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/Try/LGMKCPreprocessFinalNew.m -------------------------------------------------------------------------------- /Try/LocalKernelCalculationNew.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/Try/LocalKernelCalculationNew.m -------------------------------------------------------------------------------- /Try/MyAlgorithmFinal2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/Try/MyAlgorithmFinal2.m -------------------------------------------------------------------------------- /Try/NeighborKernelSHNew.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/Try/NeighborKernelSHNew.m -------------------------------------------------------------------------------- /bbcsport_Kmatrix.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/bbcsport_Kmatrix.mat -------------------------------------------------------------------------------- /functions/KernelGeneration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/KernelGeneration.m -------------------------------------------------------------------------------- /functions/LGMKCNew.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/LGMKCNew.m -------------------------------------------------------------------------------- /functions/LGMKCPreprocessFinal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/LGMKCPreprocessFinal.m -------------------------------------------------------------------------------- /functions/LMKCNew.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/LMKCNew.m -------------------------------------------------------------------------------- /functions/LocalKernelCalculation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/LocalKernelCalculation.m -------------------------------------------------------------------------------- /functions/MCalculation_New.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/MCalculation_New.m -------------------------------------------------------------------------------- /functions/M_2Calculation_New.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/M_2Calculation_New.m -------------------------------------------------------------------------------- /functions/MuCulationNew.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/MuCulationNew.m -------------------------------------------------------------------------------- /functions/MutualInfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/MutualInfo.m -------------------------------------------------------------------------------- /functions/NeighborKernelSH.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/NeighborKernelSH.m -------------------------------------------------------------------------------- /functions/NormalizingKernelMatrix_V2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/NormalizingKernelMatrix_V2.m -------------------------------------------------------------------------------- /functions/ObjCalculation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/ObjCalculation.m -------------------------------------------------------------------------------- /functions/RankEstimation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/RankEstimation.m -------------------------------------------------------------------------------- /functions/baseline_spectral_onkernel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/baseline_spectral_onkernel.m -------------------------------------------------------------------------------- /functions/bestMap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/bestMap.m -------------------------------------------------------------------------------- /functions/calculateM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/calculateM.m -------------------------------------------------------------------------------- /functions/genarateNeighborhood.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/genarateNeighborhood.m -------------------------------------------------------------------------------- /functions/hungarian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/hungarian.m -------------------------------------------------------------------------------- /functions/kcenter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/kcenter.m -------------------------------------------------------------------------------- /functions/knorm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/knorm.m -------------------------------------------------------------------------------- /functions/litekmeans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/litekmeans.m -------------------------------------------------------------------------------- /functions/myNMIACC.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/myNMIACC.m -------------------------------------------------------------------------------- /functions/mycombFun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/mycombFun.m -------------------------------------------------------------------------------- /functions/mykernelkmeans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/mykernelkmeans.m -------------------------------------------------------------------------------- /functions/purFuc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/purFuc.m -------------------------------------------------------------------------------- /functions/sumKbeta.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SihangZhou/Demo-of-Multiple-Kernel-Clustering-with-Neighbor-Kernel-Subspace-Segmentation/HEAD/functions/sumKbeta.m --------------------------------------------------------------------------------