>[test_x,test_y]=readdata("test_data.txt");>>[mode]=MyBayes_train(train_x,train_y);>>[acurracy,predict_y]=MyBayes_test(test_x,test_y,mode);-IMDN开发者社群-imdn.cn"> >[test_x,test_y]=readdata("test_data.txt");>>[mode]=MyBayes_train(train_x,train_y);>>[acurracy,predict_y]=MyBayes_test(test_x,test_y,mode); - IMDN开发者社群-imdn.cn">
登录
首页 » 算法 » Bayes的matlab实现

Bayes的matlab实现

于 2022-03-09 发布 文件大小:198.85 kB
0 105
下载积分: 2 下载次数: 1

代码说明:

自己写的一个Bayes分类器的matlab程序,比较简单。 使用方法 >> [ train_x, train_y ] = readdata("train_data.txt" ); >> [ test_x, test_y ] = readdata("test_data.txt" ); >> [mode]=MyBayes_train( train_x, train_y); >> [ acurracy, predict_y]=MyBayes_test( test_x, test_y, mode);

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

发表评论

0 个回复

  • 696518资源总数
  • 105540会员总数
  • 37今日下载