登录
首页 » matlab » naive-bayes-classifier

naive-bayes-classifier

于 2013-08-04 发布 文件大小:4KB
0 237
下载积分: 1 下载次数: 39

代码说明:

  程序实现了naive bayes classifier, 并附有对美国参议院根据投票情况来判断议员属于民主党还是共和党的例子。(Program achieved a naive bayes classifier, along with the U.S. Senate voting to determine under Democrat and Republican members belonging examples.)

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

发表评论

0 个回复

  • detect_face
    基于matlab图像处理工具箱,应用于人脸识别(detect_face)
    2010-01-02 23:31:44下载
    积分:1
  • signal-generator-
    在matlab中,基于GUI工具箱,实现了信号发生器的功能(GUI-based toolbox in matlab, the function of the signal generator)
    2012-07-02 16:29:55下载
    积分:1
  • matlab_txt2im2txt
    Matlab to text file conversion
    2011-12-19 03:30:51下载
    积分:1
  • code
    A code to code your code.
    2015-04-02 23:32:54下载
    积分:1
  • nihe
    matlab的拟合工具包,很是好用 有课件,以及相关的源码等等~()
    2007-09-19 18:30:21下载
    积分:1
  • matlab2exe
    MATLAB语言编写的程序,生成对应可执行文件exe的方法和介绍。(A program written in MATLAB to generate corresponding executable exe method and presentation.)
    2011-06-09 15:48:46下载
    积分:1
  • dynamical_system_matlab
    oscil.m - matlab, this is file-function for modeling Lotka-Volterra dynamical system nezatSt.m - program for modeling
    2012-08-04 21:11:56下载
    积分:1
  • MATLAB-shenjingwangluo
    MATLAB神经网络实例与精析随书源程序,程序简单明了,有解释,亲测可以应用,是神经网络初学者入门的较好的参考程序(With the instance of MATLAB neural network precision analysis with the source program of the book )
    2015-01-15 13:28:41下载
    积分:1
  • FEM-Analysis
    基于线性有限元法(FEM)的二维静态边值问题的求解分析(Solving linear analysis based on the finite element method (FEM) in two-dimensional static Boundary Value Problems)
    2015-04-06 21:49:59下载
    积分:1
  • 车牌识别系统MATLAB源代码完整
    说明:  clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)
    2017-08-13 02:35:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载