├── README.md ├── confusionMatrix.m ├── data.PNG ├── demo.m └── functions ├── CoSpace.m ├── CoSpace_l1.m ├── CoSpace_single.m ├── Create_Cluster_Center.m ├── DR_LPP.m ├── EuDist2.m ├── GetSampleLabel.m ├── LGE.m ├── LPP.m ├── OneHotEncoding.m ├── Prepare_Input.m ├── ReadMe ├── S2FL.m ├── Solving_P1.m ├── Solving_Theta.m ├── Solving_Theta00.m ├── Solving_Theta12.m ├── Solving_Theta_single.m ├── constructW.m ├── creatLap.m ├── hyperConvert2d.m ├── hyperConvert3d.m └── mySVD.m /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/README.md -------------------------------------------------------------------------------- /confusionMatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/confusionMatrix.m -------------------------------------------------------------------------------- /data.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/data.PNG -------------------------------------------------------------------------------- /demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/demo.m -------------------------------------------------------------------------------- /functions/CoSpace.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/CoSpace.m -------------------------------------------------------------------------------- /functions/CoSpace_l1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/CoSpace_l1.m -------------------------------------------------------------------------------- /functions/CoSpace_single.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/CoSpace_single.m -------------------------------------------------------------------------------- /functions/Create_Cluster_Center.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/Create_Cluster_Center.m -------------------------------------------------------------------------------- /functions/DR_LPP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/DR_LPP.m -------------------------------------------------------------------------------- /functions/EuDist2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/EuDist2.m -------------------------------------------------------------------------------- /functions/GetSampleLabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/GetSampleLabel.m -------------------------------------------------------------------------------- /functions/LGE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/LGE.m -------------------------------------------------------------------------------- /functions/LPP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/LPP.m -------------------------------------------------------------------------------- /functions/OneHotEncoding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/OneHotEncoding.m -------------------------------------------------------------------------------- /functions/Prepare_Input.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/Prepare_Input.m -------------------------------------------------------------------------------- /functions/ReadMe: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /functions/S2FL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/S2FL.m -------------------------------------------------------------------------------- /functions/Solving_P1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/Solving_P1.m -------------------------------------------------------------------------------- /functions/Solving_Theta.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/Solving_Theta.m -------------------------------------------------------------------------------- /functions/Solving_Theta00.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/Solving_Theta00.m -------------------------------------------------------------------------------- /functions/Solving_Theta12.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/Solving_Theta12.m -------------------------------------------------------------------------------- /functions/Solving_Theta_single.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/Solving_Theta_single.m -------------------------------------------------------------------------------- /functions/constructW.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/constructW.m -------------------------------------------------------------------------------- /functions/creatLap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/creatLap.m -------------------------------------------------------------------------------- /functions/hyperConvert2d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/hyperConvert2d.m -------------------------------------------------------------------------------- /functions/hyperConvert3d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/hyperConvert3d.m -------------------------------------------------------------------------------- /functions/mySVD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_S2FL/HEAD/functions/mySVD.m --------------------------------------------------------------------------------