LDA线性判别式 scikitlearn和numpy两种实现方法
''' Linear Discriminant Analysis (LDA) in manuer and scikit-learn 1. Calculate mean vectors of each class 2. Calculate within-class and between-class scatter matrices 3. Calculate eigenvalues and eigenvectors for 4. Keep the top k eigenvectors by ordering them by descending eigenvalues 5. Use the to
下载地址
用户评论