>[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 68
下载积分: 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 个回复

  • 禁忌搜索的例子程序求解Tsp问题
    禁忌搜索算法的例子程序求解Tsp问题- The taboo search algorithm example procedure solves the Tsp question
    2023-04-11 18:30:04下载
    积分:1
  • k近邻问题,我自己做的,效果有保证,还有测数据
    k近邻问题,我自己做的,效果有保证,还有测数据-k neighbor problem, I do, the effect is guaranteed, as well as measured data
    2023-06-04 05:25:04下载
    积分:1
  • 多项式求和_c语言
    本代码为是以链表为数据结构,组织的一种多项式求和小实验,用户输入多项式的系数和指数,计算后输出结果。对于刚接触链表结构的同学,是一个很好的理解和锻炼的实验.
    2022-09-05 16:45:03下载
    积分:1
  • 机器人的基本原理
    这是对机器人的基本 power point。它给出了初步的了解,关于如何使机器人。如何运作。从哪里开始和需要什么硬件。
    2023-02-04 19:40:03下载
    积分:1
  • 用FDTD解决电磁场问题,c语言
    用FDTD算法解决电磁场问题,c语言-using FDTD method for solving electromagnetic problems, c language
    2022-04-29 06:25:09下载
    积分:1
  • LENCH,分簇改进
    在基因表达谱测量的成千上万个基因中,仅有少量基因包含了肿瘤信息,大部分基因与肿瘤并不相关
    2022-05-30 15:57:09下载
    积分:1
  • 快速排序在C++
    快速排序是最受欢迎的因为它是不难实现,适用于各种不同类型的输入数据,并速度比任何其他在典型应用程序中的排序方法。它是的地方 (使用只有一个小的辅助堆栈),需要时间正比于 N log N 对平均的 N 对项目排序,并且有极短的内环。快速排序是分而治之的排序方法。它的工作原理数组分成两部分,然后独立排序部分。 
    2022-11-14 18:45:03下载
    积分:1
  • 可以用来计大数的阶乘
    可以用来计算大数的阶乘
    2023-07-15 06:30:03下载
    积分:1
  • 16 位 二进制 随机数 生产 函数和Manchester编码
    16 位 二进制 随机数 生产 函数和Manchester编码-16-bit binary random number production function and Manchester encoding
    2022-07-16 18:39:35下载
    积分:1
  • A program to demonstrate the optimization process of ant colony optimization for...
    A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the edge. During the optimization, the currently best found tour is drawn in red. To run the optimization, first create a random TSP, then create an ant colony, and finally run the optimization.
    2022-02-19 22:51:42下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载