├── CCF ├── CCF.m ├── ReadMe ├── classExpansion.m ├── componentAnalysis.m ├── fastUnique.m ├── genCCF.m ├── growCCT.m ├── optionsClassCCT.m ├── predictFromCCF.m ├── predictFromCCT.m ├── processInputData.m ├── queryIfColumnsVary.m ├── queryIfOnlyTwoUniqueRows.m ├── randomRotation.m ├── rotationForestDataProcess.m └── twoPointMaxMarginSplit.m ├── Data └── ReadMe ├── Figure.png ├── Functions ├── CM_generator.m ├── CalProbability.m ├── Create_Cluster_Center.m ├── DR_LPP.m ├── EuDist2.m ├── Generate_CM.m ├── Generate_Sample_Label.m ├── LGE.m ├── LP.m ├── LPP.m ├── LeMA.m ├── OneHotEncoding.m ├── Prepare_Input.m ├── ReadMe ├── Solving_Theta.m ├── graph_learning.m ├── hyperConvert2d.m ├── hyperConvert3d.m ├── learning_alignment.m └── mySVD.m ├── README.md ├── SVM ├── ReadMe └── SVM.rar └── demo.m /CCF/CCF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/CCF/CCF.m -------------------------------------------------------------------------------- /CCF/ReadMe: -------------------------------------------------------------------------------- 1 | Canonical Correlation Forest (CCF) classifier. 2 | -------------------------------------------------------------------------------- /CCF/classExpansion.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/CCF/classExpansion.m -------------------------------------------------------------------------------- /CCF/componentAnalysis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/CCF/componentAnalysis.m -------------------------------------------------------------------------------- /CCF/fastUnique.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/CCF/fastUnique.m -------------------------------------------------------------------------------- /CCF/genCCF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/CCF/genCCF.m -------------------------------------------------------------------------------- /CCF/growCCT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/CCF/growCCT.m -------------------------------------------------------------------------------- /CCF/optionsClassCCT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/CCF/optionsClassCCT.m -------------------------------------------------------------------------------- /CCF/predictFromCCF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/CCF/predictFromCCF.m -------------------------------------------------------------------------------- /CCF/predictFromCCT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/CCF/predictFromCCT.m -------------------------------------------------------------------------------- /CCF/processInputData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/CCF/processInputData.m -------------------------------------------------------------------------------- /CCF/queryIfColumnsVary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/CCF/queryIfColumnsVary.m -------------------------------------------------------------------------------- /CCF/queryIfOnlyTwoUniqueRows.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/CCF/queryIfOnlyTwoUniqueRows.m -------------------------------------------------------------------------------- /CCF/randomRotation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/CCF/randomRotation.m -------------------------------------------------------------------------------- /CCF/rotationForestDataProcess.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/CCF/rotationForestDataProcess.m -------------------------------------------------------------------------------- /CCF/twoPointMaxMarginSplit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/CCF/twoPointMaxMarginSplit.m -------------------------------------------------------------------------------- /Data/ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Data/ReadMe -------------------------------------------------------------------------------- /Figure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Figure.png -------------------------------------------------------------------------------- /Functions/CM_generator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/CM_generator.m -------------------------------------------------------------------------------- /Functions/CalProbability.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/CalProbability.m -------------------------------------------------------------------------------- /Functions/Create_Cluster_Center.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/Create_Cluster_Center.m -------------------------------------------------------------------------------- /Functions/DR_LPP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/DR_LPP.m -------------------------------------------------------------------------------- /Functions/EuDist2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/EuDist2.m -------------------------------------------------------------------------------- /Functions/Generate_CM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/Generate_CM.m -------------------------------------------------------------------------------- /Functions/Generate_Sample_Label.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/Generate_Sample_Label.m -------------------------------------------------------------------------------- /Functions/LGE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/LGE.m -------------------------------------------------------------------------------- /Functions/LP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/LP.m -------------------------------------------------------------------------------- /Functions/LPP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/LPP.m -------------------------------------------------------------------------------- /Functions/LeMA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/LeMA.m -------------------------------------------------------------------------------- /Functions/OneHotEncoding.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/OneHotEncoding.m -------------------------------------------------------------------------------- /Functions/Prepare_Input.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/Prepare_Input.m -------------------------------------------------------------------------------- /Functions/ReadMe: -------------------------------------------------------------------------------- 1 | Functions used in this paper. 2 | -------------------------------------------------------------------------------- /Functions/Solving_Theta.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/Solving_Theta.m -------------------------------------------------------------------------------- /Functions/graph_learning.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/graph_learning.m -------------------------------------------------------------------------------- /Functions/hyperConvert2d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/hyperConvert2d.m -------------------------------------------------------------------------------- /Functions/hyperConvert3d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/hyperConvert3d.m -------------------------------------------------------------------------------- /Functions/learning_alignment.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/learning_alignment.m -------------------------------------------------------------------------------- /Functions/mySVD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/Functions/mySVD.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/README.md -------------------------------------------------------------------------------- /SVM/ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/SVM/ReadMe -------------------------------------------------------------------------------- /SVM/SVM.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/SVM/SVM.rar -------------------------------------------------------------------------------- /demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danfenghong/ISPRS_LeMA/HEAD/demo.m --------------------------------------------------------------------------------