1. 首页
  2. 数据库
  3. 其它
  4. LDA线性判别式 scikitlearn和numpy两种实现方法

LDA线性判别式 scikitlearn和numpy两种实现方法

上传者: 2020-12-31 04:38:34上传 PDF文件 52.27KB 热度 9次
''' 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
下载地址
用户评论