Welcome![Sign In][Sign Up]
Location:
Search - code rough set

Search list

[matlabdatareductionwithroughsets

Description: 属性约简的matlab代码:实现了基于信息熵、模糊信息熵;这些算法可以同时处理离散变量和数值变量,无须离散化。-Attribute Reduction of matlab code: to achieve based on information entropy, fuzzy information entropy these algorithms can deal with discrete variables and numerical variables without discretization.
Platform: | Size: 1746944 | Author: 石永威 | Hits:

[matlabA_Matlab_Tour_of_Wavelet_Programming

Description: This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures). Each one of these five lectures should take between 1h and 2h in order to tests the various features of the scripts. One should copy/paste the provided code into a file names e.g. tp1.m, and launch the script directly from Matlab comand line > tp1 . Some of the scripts contains "holes" that you should try to fill on your own. I also provide the complete correction of these lectures as a set of Matlab scripts, but you should try as much as possible to avoid using them. -This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing: signal, denoising and compression. These scripts are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures). Each one of these five lectures should take between 1h and 2h in order to tests the various features of the scripts. One should copy/paste the provided code into a file names eg tp1.m, and launch the script directly from Matlab comand line> tp1. Some of the scripts contains holes that you should try to fill on your own.I also provide the complete correction of these lectures as a set of Matlab scripts, but you should try as much as possible to avoid using them.
Platform: | Size: 6066176 | Author: 风帆 | Hits:

[AI-NN-PRRoughset

Description: 这是利用粗糙集理论做得最小值约简法代码,值得借鉴-This is the use of rough set theory has done the minimum code Reduction Act, it is worth drawing
Platform: | Size: 6144 | Author: 王辉 | Hits:

[AI-NN-PRroughset

Description: 粗糙集属性约简算法,共计52页,包括代码及应用说明,有需要的欢迎下载-Rough set attribute reduction algorithm, for a total of 52, including code and application notes, there is a need to download the welcome
Platform: | Size: 125952 | Author: 王威 | Hits:

[Graph programKNN

Description: 一个非常好的粗糙集的代码-希望对大家学习提供参考-Rough set a very good code- I hope to provide reference for all of us to learn
Platform: | Size: 234496 | Author: ww | Hits:

[JSP/JavaRoughSet

Description: 可嵌入weka 的粗糙集分类算法程序 -Can be embedded in the rough set classification algorithm weka program
Platform: | Size: 5120 | Author: fish | Hits:

[AI-NN-PRroughset

Description: 粗糙集理论的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
Platform: | Size: 6144 | Author: logor | Hits:

[Mathimatics-Numerical algorithmsMatlabcode

Description: 粗糙集代码 data reduction with fuzzy rough sets or fuzzy mutual information fuzzy preference rough set based feature evaluation and selection -Rough code data reduction with fuzzy rough sets or fuzzy mutual information fuzzy preference rough set based feature evaluation and selection
Platform: | Size: 38912 | Author: gq | Hits:

[matlabSSFroughSeg

Description: 这是采用模糊粗糙集的方法处理图像的matlab代码-This is a fuzzy rough set approach to image matlab code
Platform: | Size: 11415552 | Author: lindahua | Hits:

[matlabrough-set-reduct

Description: 粗糙集中用于数据约简的算法的matlab源代码-Rough set theory for data reduction algorithm matlab source code
Platform: | Size: 8192 | Author: lite | Hits:

[matlabMatlab-code-of-rough-set

Description: Matlab code of rough set
Platform: | Size: 38912 | Author: dwwd | Hits:

[Special EffectsEnhanced_By_Rough_Set

Description: 粗糙集理论是一种描述不确定知识的工具,在图像处理中具有广泛用途,本代码给出了粗糙集滤波和边缘提取的简单实现-Rough set theory is a description of uncertain knowledge of the tools in image processing with a wide range of applications, the code gives the rough set filtering and edge detection of the simple realization
Platform: | Size: 1024 | Author: 倪昊 | Hits:

[matlabRS-CODE

Description: 粗糙集属性约简过程中的下近似及上近似域的matlab实现-Rough set attribute reduction under the approximation of the process and on the realization of similar domain matlab
Platform: | Size: 14336 | Author: dw | Hits:

[matlabRSTT-CODE

Description: 粗糙集理论的属性约简方法及应用研究,很有用的哈-Rough set attribute reduction method and application, very useful, ha! ! ! !
Platform: | Size: 14336 | Author: fukaifang | Hits:

[AI-NN-PRrough-set-reduct-and-get-rules-code

Description: 粗糙集的约简源码以及规则获取matlab 源代码,由老师编写,值得试用-Source code as well as the rules of the rough set reduction for matlab source code, prepared by the teacher, it is worth the trial
Platform: | Size: 8192 | Author: 李佳佳 | Hits:

[AI-NN-PRRough-Set-Reduction-

Description: Rough Set Reduction algorithm source code
Platform: | Size: 8192 | Author: chen | Hits:

[AI-NN-PRrough-set

Description: 基于粗糙集的图像语义自动标注分类算法代码-Image semantic auto-tagging based on rough set classification algorithm code
Platform: | Size: 16824320 | Author: 赵鹏坤 | Hits:

[matlabrough-set-codes

Description: 这是天津大学胡清华老师在粗糙集邻域领域做的最经典的源码,同学们可以在此基础上学习和修改,入口程序已经写好,需要其他方法可以自己添加,MAIN.m是入口程序,参数的意思在子函数里讲的很明白,调用了featureselect_FW_fast.m用来属性约简,几个clsf_dpd文件是使用不同的距离公式来计算属性重要度,选择得到属性结果,使用crossvalidate.m十折交叉算法来计算计算算法精度,该段代码调用了几个分类器,C4_5.m是决策树,KNN.m是最近邻分类器,NEC.m是类似于KNN的胡修改的程序,osu_svm3.00文件夹是使用svm分类器调用的文件,使用该分类器时,代码中间的路径需要修改。另外附上一堆常用的数据集。-This is Hu Qinghua teacher at Tianjin University neighborhood rough set field do the most classic source code, students can learn and modify On this basis, the entry procedures have been written, you need other ways to add your own, MAIN.m entry program is meaning parameters Functions talked in very clear call for the featureselect_FW_fast.m attribute reduction, several clsf_dpd file is to use a different formula to calculate the distance attribute importance, choose properties to get the results, use crossvalidate.m ten fold cross algorithm to calculate the accuracy of the calculation algorithm, the segment code calls several classifiers, C4_5.m is a decision tree, KNN.m is the nearest neighbor classifier, NEC.m is similar to KNN Hu modified program, osu_svm3. 00 folders using svm classifier called file, using the classification code in the middle of the path need to be modified. Also attach a bunch of common data sets.
Platform: | Size: 2542592 | Author: robert | Hits:

[Internet-Networkrough-set

Description: 一些有关粗糙集的MATLAB源程序,基于等价关系的粒化与近似的数据分析方法-Some rough set of MATLAB source code Data analysis method of granulation and approximation based on equivalence relation
Platform: | Size: 3072 | Author: 璐璐 | Hits:

[JSP/JavaRoughSet

Description: Rough set reduce。本程序使用Java语言编写的。测试时,请修改代码中测试数据路径。或者将测试数据方知道c盘目录下面。(Rough set reduce. This procedure is written in Java language. When testing, modify the test data path in the code. Or the test data will know C directory.)
Platform: | Size: 19456 | Author: 九月永生 | Hits:
« 12 3 »

CodeBus www.codebus.net