├── .gitattributes ├── .gitignore ├── LDA.m └── classifyByLDA.m /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HammerZhang/LDA/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HammerZhang/LDA/HEAD/.gitignore -------------------------------------------------------------------------------- /LDA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HammerZhang/LDA/HEAD/LDA.m -------------------------------------------------------------------------------- /classifyByLDA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HammerZhang/LDA/HEAD/classifyByLDA.m --------------------------------------------------------------------------------