-
C++实现朴素贝叶斯分类器
几个注意事项: 1.如果自己造数据在写.names文件时最后‘.’后面要加个回车,不加会出错! 2.数据文件分3个,例如训练集在golf.data和golf.names中,预测数据集在golftest.data中。 3.这个数据集和c45的数据集一样,读取和存储都是借鉴C45原作者的方法写的。 4.最后训练出来的分类模型存在一个3维数组当中PostFreq[类][属性][属性值],这样比如方便预测 PostFreq存放的某个类下某个属性的属性值的频率。 5.这个和我以前传的差不多 我主要把那个模型也就是PostFreq[类][属性][属性值]中的值都写进“.model”文件了 ,然后在项目下有两个工程一个工程是用来 训练模型然后写进“.model”文件,另一个工程是预测的,它运行时只要读取“.model”文件就可以进行预测了,就不用在向我前面上传那个工程每回都要 训练一个PostFreq[类][属性][属性值]。 6.在VS2005下运行要先上载其中一个工程在运行另一个工程哦 7.所有的数据文件和生成的模型文件都放在data文件夹里了 这样方便2个工程读取数据。
- 2023-06-20 03:20:04下载
- 积分:1
-
收集到的orion_ep93xx_wince_bsp_1
收集到的orion_ep93xx_wince_bsp_1-3-507 pcmcia卡驱动源码,未作测试-Collected orion_ep93xx_wince_bsp_1-3-507 pcmcia card driver source code, not for testing
- 2022-07-13 04:11:17下载
- 积分:1
-
一个很好的数据库应用程序
一个很好的数据库应用程序-a good database application
- 2022-06-30 04:02:18下载
- 积分:1
-
用vb编的一个关闭和隐藏我的电脑,回收站程序,希望对visual basic编程感兴趣和希望了解关闭和隐藏我的电脑,回收站程序原理的人有所帮助...
用vb编的一个关闭和隐藏我的电脑,回收站程序,希望对visual basic编程感兴趣和希望了解关闭和隐藏我的电脑,回收站程序原理的人有所帮助-With vb for a closed and hidden My Computer, Recycle Bin procedures visual basic programming of interest and would like to shut down and hide my computer, recycle bin program to help the people of principle! !
- 2023-09-04 22:35:06下载
- 积分:1
-
procedures for the beginner vc providing learning materials
本程序为初学vc ++提供的学习资料-procedures for the beginner vc providing learning materials
- 2023-01-17 09:10:04下载
- 积分:1
-
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长...
LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two strings of all the matches between the two characters in the situation, if the match is one, otherwise to 0. And one of the longest diagonal obtained sequence, the location of its corresponding sub-string match is the longest position. The longest increasing sub-sequence source C implementation of the LCS!
- 2022-08-19 18:20:36下载
- 积分:1
-
VB Americans have done to commemorate the 911 screensaver
VB美国人做的纪念911的屏保-VB Americans have done to commemorate the 911 screensaver
- 2022-03-17 02:21:25下载
- 积分:1
-
modbus模块控件,支持modbus
modbus模块控件,支持modbus-RTU协议,03
- 2022-08-08 00:07:44下载
- 积分:1
-
自制avr_jtag模拟器
自制avr_jtag仿真器-homemade avr_jtag Simulator
- 2022-04-20 19:41:18下载
- 积分:1
-
PE Explorer从可执行文件(PE)提取资源,同样的软件…
PE Explorer 从可执行文件(PE)中提取资源,像 ExeScope 一样的软件-PE Explorer from the executable file (PE) to extract resources, the same software as the ExeScope
- 2023-01-30 08:00:04下载
- 积分:1