├── LDA.m ├── PCA.m ├── README ├── Yale_32x32.mat ├── multi.m ├── predict.m └── preprocess.m /LDA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ma-xu/ORL3/HEAD/LDA.m -------------------------------------------------------------------------------- /PCA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ma-xu/ORL3/HEAD/PCA.m -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ma-xu/ORL3/HEAD/README -------------------------------------------------------------------------------- /Yale_32x32.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ma-xu/ORL3/HEAD/Yale_32x32.mat -------------------------------------------------------------------------------- /multi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ma-xu/ORL3/HEAD/multi.m -------------------------------------------------------------------------------- /predict.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ma-xu/ORL3/HEAD/predict.m -------------------------------------------------------------------------------- /preprocess.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ma-xu/ORL3/HEAD/preprocess.m --------------------------------------------------------------------------------