搜索资源列表
static_K_ga01
- MATLAB代码,采用封装法利用K近邻和遗传算法的结合对数据进行分类-MATLAB code using encapsulation method using a K-nearest neighbor and genetic algorithm combined with data classification
Relief
- 函数实现了lelief算法。(计算样本的每一个特征的分类权重,选出具有最大权重的一组特征。样本的特征就是基因)。 对权重较大的一组基因进行两两冗余分析。将相关性弱的和强相关中权重大的基因保留,即为特征基因。 已知基因表达谱数据、不同类样本的个数,自行设定分类特征的权重阈值。 对原始数据标准化的方法:(x-基因均值)/基因方差。 样本的类内类间距离采用欧氏距离。-Lelief function implements the algorithm. (Classificatio