实例介绍
设计并用C#编程语言实现了一个面向初学者的开放通用数据挖掘系统。系统框架明晰、接口规范,便于系统的扩展和完善,给从事数据挖掘研究和应用的初学者提供了一个良好学习平台。
【实例截图】
【核心代码】
16359647423286601607.rar
└── 数据挖掘系统_2
├── 31.jpg
├── AboutBox.cs
├── AboutBox.Designer.cs
├── AboutBox.resx
├── AnalyzeData_Form.resx~RF2789de3.TMP
├── bin
│ ├── Debug
│ │ ├── help.txt
│ │ ├── Interop.Excel.dll
│ │ ├── Interop.Microsoft.Office.Core.dll
│ │ ├── 数据挖掘系统.application
│ │ ├── 数据挖掘系统.exe
│ │ ├── 数据挖掘系统.exe.manifest
│ │ ├── 数据挖掘系统.pdb
│ │ ├── 数据挖掘系统.vshost.application
│ │ ├── 数据挖掘系统.vshost.exe
│ │ ├── 数据挖掘系统.vshost.exe.manifest
│ │ └── 系统图像
│ │ ├── 0001.jpg
│ │ ├── 0002.jpg
│ │ ├── 0003.jpg
│ │ ├── 0004.jpg
│ │ ├── 0005.jpg
│ │ ├── 0006.jpg
│ │ ├── 0007.jpg
│ │ ├── 0008.jpg
│ │ ├── 0009.jpg
│ │ ├── 0010.jpg
│ │ ├── 0011.jpg
│ │ ├── 0012.jpg
│ │ ├── 0013.jpg
│ │ ├── 0014.jpg
│ │ ├── 0015.jpg
│ │ ├── 0016.jpg
│ │ ├── 0017.jpg
│ │ ├── 0018.jpg
│ │ ├── 0019.jpg
│ │ ├── 0020.jpg
│ │ ├── 0021.jpg
│ │ ├── 0022.jpg
│ │ ├── 0023.jpg
│ │ ├── 0024.jpg
│ │ ├── 0025.jpg
│ │ ├── 0026.jpg
│ │ ├── 0027.jpg
│ │ ├── 0028.jpg
│ │ ├── 0029.jpg
│ │ ├── 0030.jpg
│ │ ├── 0031.jpg
│ │ ├── 0032.jpg
│ │ ├── 0033.jpg
│ │ ├── 0034.jpg
│ │ ├── 0035.jpg
│ │ ├── 0036.jpg
│ │ ├── 0037.jpg
│ │ ├── 0038.jpg
│ │ ├── 0039.jpg
│ │ ├── 0040.jpg
│ │ ├── 0041.jpg
│ │ ├── 0042.jpg
│ │ ├── 0043.jpg
│ │ ├── 0044.jpg
│ │ ├── 0045.jpg
│ │ ├── 0046.jpg
│ │ ├── 0047.jpg
│ │ ├── 0048.jpg
│ │ ├── 0049.jpg
│ │ ├── 0050.jpg
│ │ ├── 0051.jpg
│ │ ├── 0052.jpg
│ │ ├── 0053.jpg
│ │ ├── 0054.jpg
│ │ ├── 0055.jpg
│ │ ├── 0056.jpg
│ │ ├── 0057.jpg
│ │ ├── 0058.jpg
│ │ ├── 0059.jpg
│ │ ├── 0060.jpg
│ │ ├── 0061.jpg
│ │ ├── 0062.jpg
│ │ ├── 0063.jpg
│ │ ├── 0064.jpg
│ │ ├── 0065.jpg
│ │ ├── 0066.jpg
│ │ ├── 0067.jpg
│ │ ├── 0068.jpg
│ │ ├── 0069.jpg
│ │ ├── 02.pdf
│ │ └── Thumbs.db
│ └── Release
├── CA_ReductAlgorithm_Form.cs
├── CA_ReductAlgorithm_Form.Designer.cs
├── CA_ReductAlgorithm_Form.resx
├── CA_RuleAlgorithm_Form.cs
├── CA_RuleAlgorithm_Form.Designer.cs
├── CA_RuleAlgorithm_Form.resx
├── CA_RuleAlgorithm_Form.resx~RF2abcc2f.TMP
├── Choose_ReducetAlgorithm_Form.cs
├── Choose_ReducetAlgorithm_Form.Designer.cs
├── Choose_ReducetAlgorithm_Form.resx
├── Choose_RuleAlgorithm_Form.cs
├── Choose_RuleAlgorithm_Form.Designer.cs
├── Choose_RuleAlgorithm_Form.resx
├── CompareReduct_Form.resx~RF15d4ce6.TMP
├── data
│ └── telecom
│ ├── 00.txt
│ ├── 00.xls
│ ├── Breast.test.xls
│ ├── Breast_train.xls
│ ├── Chess_test.xls
│ ├── Chess_train.xls
│ ├── customer_test_2005.xls
│ ├── customer_train_2005.xls
│ ├── Tic-Tac-Toe_test.xls
│ ├── Tic-Tac-Toe_train.xls
│ ├── Vote_test.xls
│ ├── Vote_train.xls
│ ├── 新建 Microsoft Excel 工作表.xls
│ └── 系统实验数据.rar
├── ExploreResult_Form.cs
├── ExploreResult_Form.Designer.cs
├── ExploreResult_Form.resx
├── Form.cs
├── Form.rpt
├── InterfaceFile.cs
├── MainForm.cs
├── MainForm.Designer.cs
├── MainForm.resx
├── obj
│ ├── Debug
│ │ ├── Interop.Excel.dll
│ │ ├── Interop.Microsoft.Office.Core.dll
│ │ ├── Interop.VBIDE.dll
│ │ ├── Refactor
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ │ ├── CrystalReport1.cs.dll
│ │ │ ├── Form.cs.dll
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── 数据挖掘系统.AboutBox.resources
│ │ ├── 数据挖掘系统.application
│ │ ├── 数据挖掘系统.CA_ReductAlgorithm_Form.resources
│ │ ├── 数据挖掘系统.CA_RuleAlgorithm_Form.resources
│ │ ├── 数据挖掘系统.Choose_RedectAlgorithm_Form.resources
│ │ ├── 数据挖掘系统.Choose_RuleAlgorithm_Form.resources
│ │ ├── 数据挖掘系统.csproj.FileListAbsolute.txt
│ │ ├── 数据挖掘系统.csproj.GenerateResource.Cache
│ │ ├── 数据挖掘系统.csproj.ResolveComReference.cache
│ │ ├── 数据挖掘系统.exe
│ │ ├── 数据挖掘系统.exe.manifest
│ │ ├── 数据挖掘系统.ExploreResult_Form.resources
│ │ ├── 数据挖掘系统.Form1.resources
│ │ ├── 数据挖掘系统.MyMain_Form.resources
│ │ ├── 数据挖掘系统.pdb
│ │ ├── 数据挖掘系统.Properties.Resources.resources
│ │ ├── 数据挖掘系统.Reduct_Form.resources
│ │ └── 数据挖掘系统.Rule_Form.resources
│ ├── Release
│ │ ├── Interop.Excel.dll
│ │ ├── Interop.Microsoft.Office.Core.dll
│ │ ├── Interop.VBIDE.dll
│ │ ├── TempPE
│ │ │ ├── CrystalReport1.cs.dll
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── 数据挖掘系统.AboutBox.resources
│ │ ├── 数据挖掘系统.application
│ │ ├── 数据挖掘系统.CA_ReductAlgorithm_Form.resources
│ │ ├── 数据挖掘系统.CA_RuleAlgorithm_Form.resources
│ │ ├── 数据挖掘系统.Choose_RedectAlgorithm_Form.resources
│ │ ├── 数据挖掘系统.Choose_RuleAlgorithm_Form.resources
│ │ ├── 数据挖掘系统.CrystalReport1.rpt
│ │ ├── 数据挖掘系统.csproj.GenerateResource.Cache
│ │ ├── 数据挖掘系统.csproj.ResolveComReference.cache
│ │ ├── 数据挖掘系统.exe
│ │ ├── 数据挖掘系统.exe.manifest
│ │ ├── 数据挖掘系统.ExploreResult_Form.resources
│ │ ├── 数据挖掘系统.MyMain_Form.resources
│ │ ├── 数据挖掘系统.pdb
│ │ ├── 数据挖掘系统.Properties.Resources.resources
│ │ ├── 数据挖掘系统.Reduct_Form.resources
│ │ └── 数据挖掘系统.Rule_Form.resources
│ └── 数据挖掘系统.csproj.FileList.txt
├── Program.cs
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── Public_Class.cs
├── Reduct_1_Form.resx~RF15d3ae4.TMP
├── Reduct_2_Form.resx~RF15d3f49.TMP
├── Reduct_Form.cs
├── Reduct_Form.Designer.cs
├── Reduct_Form.resx
├── Resources
│ ├── Thumbs.db
│ ├── 空牌.bmp
│ └── 设置20.bmp
├── Rule_1_Form.resx~RF15d439f.TMP
├── Rule_2_Form.resx~RF15d47e4.TMP
├── Rule_Form.cs
├── Rule_Form.Designer.cs
├── Rule_Form.resx
├── 备份.txt
├── 数据挖掘系统.csproj
├── 数据挖掘系统.csproj.user
├── 数据挖掘系统.sln
├── 数据挖掘系统.suo
├── 系统图像
│ ├── 0001.jpg
│ ├── 0002.jpg
│ ├── 0003.jpg
│ ├── 0004.jpg
│ ├── 0005.jpg
│ ├── 0006.jpg
│ ├── 0007.jpg
│ ├── 0008.jpg
│ ├── 0009.jpg
│ ├── 0010.jpg
│ ├── 0011.jpg
│ ├── 0012.jpg
│ ├── 0013.jpg
│ ├── 0014.jpg
│ ├── 0015.jpg
│ ├── 0016.jpg
│ ├── 0017.jpg
│ ├── 0018.jpg
│ ├── 0019.jpg
│ ├── 0020.jpg
│ ├── 0021.jpg
│ ├── 0022.jpg
│ ├── 0023.jpg
│ ├── 0024.jpg
│ ├── 0025.jpg
│ ├── 0026.jpg
│ ├── 0027.jpg
│ ├── 0028.jpg
│ ├── 0029.jpg
│ ├── 0030.jpg
│ ├── 0031.jpg
│ ├── 0032.jpg
│ ├── 0033.jpg
│ ├── 0034.jpg
│ ├── 0035.jpg
│ ├── 0036.jpg
│ ├── 0037.jpg
│ ├── 0038.jpg
│ ├── 0039.jpg
│ ├── 0040.jpg
│ ├── 0041.jpg
│ ├── 0042.jpg
│ ├── 0043.jpg
│ ├── 0044.jpg
│ ├── 0045.jpg
│ ├── 0046.jpg
│ ├── 0047.jpg
│ ├── 0048.jpg
│ ├── 0049.jpg
│ ├── 0050.jpg
│ ├── 0051.jpg
│ ├── 0052.jpg
│ ├── 0053.jpg
│ ├── 0054.jpg
│ ├── 0055.jpg
│ ├── 0056.jpg
│ ├── 0057.jpg
│ ├── 0058.jpg
│ ├── 0059.jpg
│ ├── 0060.jpg
│ ├── 0061.jpg
│ ├── 0062.jpg
│ ├── 0063.jpg
│ ├── 0064.jpg
│ ├── 0065.jpg
│ ├── 0066.jpg
│ ├── 0067.jpg
│ ├── 0069.jpg
│ ├── 02.pdf
│ └── Thumbs.db
├── 约简算法_1.cs
├── 约简算法_2.cs
├── 规则算法_1.cs
└── 规则算法_2.cs
16 directories, 270 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论