Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 378 Bytes

File metadata and controls

12 lines (7 loc) · 378 Bytes

anticancer-preditor实现

1. Combat.R 批次效应消除

2. feature_selection_svm-rfe.py 使用循环特征消除作特征选择

3. feature_selection_MRMR.py 使用MRMR作特征选择

4. feature_selection_final.py 综合的特征选择算法

5. svm-preditor.py 构建svm分类器

6. svm-pso-predictor.py 构建基于粒子群算法优化的svm分类器