登录
首页 » PDF » rough-set-and-neighborhood-rough-set

rough-set-and-neighborhood-rough-set

于 2021-03-31 发布 文件大小:642KB
0 313
下载积分: 1 下载次数: 33

代码说明:

  关于粗糙集和邻域粗糙集的基本理论和程序算例 本文在原始的邻域粗糙集约简程序基础上做了修改。 压缩文件包括:3个m文件,一个mat文件,一个pdf文档。 这个文档是我自己编写的,关于粗糙集和邻域粗糙集的一些基础知识讲解和邻域粗糙集的基础算例,邻域粗糙集程序使用说明,算例说明。 希望大家能交流学习。如果你没有积分,可以加我qq索取:379786867 (Rough Sets and neighborhood rough set theory and the basic procedures for example in the original article neighborhood rough set reduction procedure done on the basis of the changes. Zip file includes: 3 m documents, a mat file, a pdf document. This document is my own preparation, on rough sets and neighborhood rough set some basic knowledge to explain and neighborhood rough set based numerical example, neighborhood rough set procedures for use, numerical example. I hope we can exchange study. If you no points, you can add my qq Request: 379,786,867)

文件列表:

关于粗糙集和邻域粗糙集的基本理论和程序算例
..........................................\breast_testdata.mat,5948,2013-07-06
..........................................\Copy_of_clsf_dpd_fast_3.m,1945,2013-03-04
..........................................\Data_normalized_suo.m,326,2012-12-19
..........................................\featureselect_FW_fast.m,3403,2013-03-04
..........................................\关于粗糙集和邻域粗糙集的基本理论和程序算例.pdf,828005,2013-07-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 自然连接
    计算任意两个表的简单自然连接过程。假设有两个表A、B,分别为m1行、n1列和m2行、n2列,求它们简单自然连接的结果C=A B(i=j)。(A simple natural join procedure for computing two arbitrary tables. Suppose there are two tables A and B, which are M1 rows, N1 columns and M2 rows, N2 columns, and the result of their simple natural connection is C=A B (i=j).)
    2017-10-31 17:35:34下载
    积分:1
  • 网络控件源码 在这个空间的帮助下 可以用access作为网络服务器的数据库(大家都知道 access一般只用于单机版)...
    网络控件源码 在这个空间的帮助下 可以用access作为网络服务器的数据库(大家都知道 access一般只用于单机版)-ctrol sorce code for extend the access to the network server database management software
    2022-05-19 05:35:06下载
    积分:1
  • 4637354
    Windows音频音量控制实例VB代码,有需要的下。(Windows VB code, audio volume control instance in need.)
    2013-08-19 08:37:33下载
    积分:1
  • 20171204
    日常基本练习,开关灯实现,蛇形输出,竖式输出(Daily basic exercises, switch lights, serpentine output)
    2017-12-16 13:37:23下载
    积分:1
  • SQL Server数据库支持的售票系统
    管理航空公司的信息. vb数据库编程练习,请大家多多指教.(This program can manage information of air company based on VB and SQL Server.)
    2005-07-08 12:53:07下载
    积分:1
  • C3O0Jar
    说明:  c3p0数据库连接jar,有需要其他的可以联系up(the connector of DB by c3p0)
    2019-05-02 15:47:38下载
    积分:1
  • ICMP system, it can PING other computers or other computer tracking.
    ICMP系统,通过它可以PING别的电脑或跟踪其它电脑.-ICMP system, it can PING other computers or other computer tracking.
    2022-03-01 01:54:41下载
    积分:1
  • my
    说明:  填写坐标信息,调用地磁模型WMM2015,计算当前位置磁场值(填写坐标信息,调用地磁模型WMM2015,计算当前位置磁场值 填写坐标信息,调用地磁模型WMM2015,计算当前位置磁场值 Fill in the coordinate information, call the geomagnetic model WMM2015, calculate the current position of the magnetic field value)
    2016-07-21 11:09:46下载
    积分:1
  • wenziyuan
    说明:   仿windows文件管理器 ,有多标签,你可以打开海量标签,不拥挤,不杂乱,有强大而细致的标签管理,真正实现单窗口操作,多窗口切换,功能上windows该有的都有,没有的也有,比windows只强不弱,你会离不开它,有delphi7源代码。 本程序已实现了 ShellTreeView 和 ShellListView 所有用法,包括 排序,显示隐藏文件,显示扩展名,过滤,右键粘贴,等原先没有的功能,是极佳的参考资料,你可以轻易修改我的程序,创建自己的文件管理器。(Like windows file manager, a number of labels, you can open the mass label, not crowded, not cluttered, with a strong and detailed labeling regulations, the real single-window operation, multi-window switch function of the windows and some have not There are also more than just strong not weak windows, you can not do without it, there delphi7 source code. This procedure has been achieved and ShellTreeView all ShellListView usage, including sequencing, Show hidden files, show extensions, filters, right-paste, etc. is not the function of the original, is an excellent reference, you can easily modify my program to create its own File Manager.)
    2009-08-02 16:26:58下载
    积分:1
  • Qt-read-write-Excel-with-QAxObject
    Qt的windows商业版本提供了ActiveQt这个framework,使用这个组件我们可以在Qt中使用ActiveX控件。 这个代码提供了基本的Excel操作范例:打开 关闭 读写 另外,还实现了如何在Excel中插入散点图图表并添加趋势线,获取趋势线方程。 可以供进一步开发参考之用。 QAxContainer不包含在QtCore里面,所以要使用这里的代码的话还必须要在.pro文件中添加CONFIG+=qaxcontainer。 配套说明详见这里: http://blog.csdn.net/fcqwin/article/details/17885557(Qt provides a commercial version of windows ActiveQt this framework, we can use this component to use ActiveX controls in Qt. This code provides the basic Excel operations Example: opening and closing reader Also, realize how to insert a Scatter chart in Excel and add trend lines to get the trend line equation. Can be used for further development of reference. QAxContainer not included in QtCore inside, so you want to use this code, then you must also want to add CONFIG+ = qaxcontainer in. Pro file. See complete instructions here: http://blog.csdn.net/fcqwin/article/details/17885557)
    2014-01-05 17:26:51下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载