搜索资源列表
roughset
- 粗糙集理论的matlab实现代码,计算上、下近似集以及核属性和约简结果-Implementation of rough set theory matlab code to calculate the upper and lower approximation sets and the results of the nuclear properties and some simple
roughset
- 粗糙集属性约简算法,共计52页,包括代码及应用说明,有需要的欢迎下载-Rough set attribute reduction algorithm, for a total of 52, including code and application notes, there is a need to download the welcome
daima
- (压缩包里一共有5个代码) pca+lda+粗糙集+模糊神经网络 saveORLimage.m将ORL人脸库分为测试集ptest和训练集pstudy存为imagedata.mat 1.savelda.m将人脸库先进行pca降维,再用lda进行特征提取,得到新的测试集ldatest和训练集ldastudy存为imageldadata.mat 2.对ldastudy进行离散化(discretimage.m),得到离散化矩阵disdata,存入到imagedisdata.mat
daima
- 粗糙集属性约简算法的代码,数据库中下载的算法-Rough set attribute reduction algorithm of the code, database, download the algorithm
CSharp
- 粗糙集属性约简的c#代码,很好用的哦。 人工智能相关-Rough Set Attribute Reduction
C4_5Cha
- matlab中粗糙集属性约简的决策树分类的方法以及如何建立和使用决策树代码-decision tree
roughset
- 粗糙集属性约简代码,可以运行,可以运用到不同场合,可作为参考-Rough set attribute reduction code can run, can be applied to different occasions, can be used as reference
roughset_reduction
- 粗糙集属性约简的系列代码,作为matlab粗糙集入门学习资料!-matlab codes of rough set
Roughset
- matlab环境下粗糙集属性约简的基础代码,包括上下近似集等。-Rough Set Attribute Reduction matlab environment code base, including upper and lower approximation sets.
rough-set-codes
- 这是天津大学胡清华老师在粗糙集邻域领域做的最经典的源码,同学们可以在此基础上学习和修改,入口程序已经写好,需要其他方法可以自己添加,MAIN.m是入口程序,参数的意思在子函数里讲的很明白,调用了featureselect_FW_fast.m用来属性约简,几个clsf_dpd文件是使用不同的距离公式来计算属性重要度,选择得到属性结果,使用crossvalidate.m十折交叉算法来计算计算算法精度,该段代码调用了几个分类器,C4_5.m是决策树,KNN.m是最近邻分类器,NEC.m是类似于KNN的