登录
首页 » matlab » 119128664bayes_classifier

119128664bayes_classifier

于 2009-05-29 发布 文件大小:2KB
0 142
下载积分: 1 下载次数: 72

代码说明:

  贝叶斯分类器源代码.能很好的实现分类.是很好的学习资料.期望与大家一起分享.(Bayesian classifier source code. Can achieve very good classification. Is a very good learning materials. Look forward to working with you to share)

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

发表评论


0 个回复

  • 3x3-neighbor-pixel
    Description All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size)) input inp_img=2d data(row * col) w=cover size w=[3 3] = 3x3 cover pixel generation output o_img=result 3d o_img(w(1),w(2),r*col) if inp_img=[1 2 3 4 5 6 ] w=[3 3] Soloution it will construct new image new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0] result o_img(:,:,1)=[0 0 0 0 1 2 0 4 5] o_img(:,:,2)=[0 0 0 1 2 3 4 5 6] finally o_img(1:3,1:3,6) example a=imread( pears.png ) b=rgb2gray(a) c=cover_window( b,[3 3]) 3x3 window construction
    2014-10-24 17:14:14下载
    积分:1
  • Kalman-intro
    Introduction to Kalman Filter
    2013-11-04 19:09:01下载
    积分:1
  • rlax
    Returns zpk-model with casual parametres on inclinations ЛАХ and № a piece with wc.
    2010-02-17 21:17:23下载
    积分:1
  • 粒子群优化算法优化BP神经网络的源代码
    粒子群优化算法优化BP神经网络的源代码,基础的值得参考下(Particle swarm optimization algorithm to optimize the source code of BP neural network)
    2020-12-14 19:59:14下载
    积分:1
  • zifushibie
    一个关于Matlab的神经网络识别字符的小程序,挺好玩的(One on Matlab neural network character recognition applet, really fun)
    2014-02-07 16:49:22下载
    积分:1
  • svpwm_get
    svpwm,实例,三电平正常运行,simulink仿真(SVPWM instance simulation, three level, normal operation)
    2021-01-23 17:48:39下载
    积分:1
  • chap7
    Spread Spectrum Technique simply consumes spectrum in excess of the minimum spectrum necessary to send the data.
    2013-12-07 04:33:21下载
    积分:1
  • sanweipinpu3
    说明:  用于处理机械动力学响应的三维频谱图matlab程序(Matlab program for the processing of mechanical response to the three-dimensional spectrum)
    2019-03-11 16:43:18下载
    积分:1
  • DelayTime_MutualInformation
    混沌时间序列 互信息法求时间延时 较好的方法(Mutual information of chaotic time series time delay Method)
    2010-12-25 20:40:17下载
    积分:1
  • model10
    三相异步电动机直接转矩控制仿真程序,经调试通过,与大家共分享(DTC Control)
    2009-04-04 17:12:44下载
    积分:1
  • 696518资源总数
  • 105219会员总数
  • 11今日下载