CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Bayesian classifier

搜索资源列表

  1. classifier

    1下载:
  2. 一个很好的文本分类器,采用朴素贝叶斯分类的方法,并加以改进!-a very good text classifiers using Bayesian classification methods, and improved!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:75011
    • 提供者:lethe
  1. 模式识别_贝叶斯分_类器

    0下载:
  2. 一个用来做模式识别的贝叶斯分类器-used as a pattern recognition Bayesian classifier
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:72718
    • 提供者:李丰华
  1. naivebayes

    0下载:
  2. Naive Bayesian Classifier
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:36047
    • 提供者:bigblue.bubble1
  1. GMMmodelandtheBayesianclassifier

    0下载:
  2. GMM模型和贝叶斯分类器 用于视频图像的处理-GMM model and the Bayesian classifier for video image processing
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:1407
    • 提供者:isee
  1. bayescls

    0下载:
  2. 贝叶斯分类器代码,介绍贝叶斯分类器的功能-Bayesian classifier code, describes the function of the Bayesian classifier
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:1368
    • 提供者:王涛
  1. WindowsFormsApplication1

    0下载:
  2. naive Bayesian classifier
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:65828
    • 提供者:Junior
  1. Bayesian

    0下载:
  2. The Bayesian classifier is a fundamental classification technique.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:243663
    • 提供者:richard
  1. Bshiyan_moshia

    0下载:
  2. 模式识别的图像的贝叶斯分类图图像的贝叶斯分类神经网络模式识别 -Bayesian pattern recognition, image classification maps the image of the Bayesian classifier neural network pattern recognition
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:671805
    • 提供者:门槛
  1. BBayes_Classia

    0下载:
  2. 贝叶斯分类器,利用后验概率,对对已知属性对象进行分类可直接使用。 -Bayesian classifier using posterior probability classification known attribute object can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:3507
    • 提供者:系统,结构
  1. BBayyesClasssa

    0下载:
  2. 贝叶斯分类器,bayesian classifier,贝叶斯斯分类器,bayesian classifier 已通过测试。 -Bayesian classifier, Bayesian, the classifier the Bayeux MEP classification, bayesian classifier has passed the test.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:684
    • 提供者:myppp
  1. Pbayesfenleiqa

    0下载:
  2. 模式识别--VISUAL C++环境下编写的贝叶斯分类器(bayes),值得收藏-Mode identification- VISUAL C++ environment prepared by the Bayesian classifier (bayes) worth collecting
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:20109
    • 提供者:
  1. Nnaive_bayesa

    0下载:
  2. 朴素贝叶斯分类器,用C++实实现的基于朴素贝叶斯算法的分类器 -Naive Bayesian classifier, the classifier based on the Naive Bayes algorithm to achieve C++ real
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:12301
    • 提供者:
  1. TBayessh

    1下载:
  2. 代码软件包是一个基于贝叶斯分类器的分类程序,包括数数据集,运行该程序可以是一个,可以直接使用。 -Code package is based on a Bayesian classifier program, including the number of data sets, run the program, you can directly use.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-16
    • 文件大小:755745
    • 提供者:wyq52103
  1. .net--matlab

    0下载:
  2. 基于C﹟的 贝叶斯分类器 .net源代码-Bayesian classifier based on C#. Net source code
  3. 所属分类:.net

    • 发布日期:2017-11-24
    • 文件大小:2291
    • 提供者:杨凯
  1. myBayes

    0下载:
  2. 贝叶斯分类器的分类原理是通过某对象的先验概率,利用贝叶斯公式计算出其后验概率,即该对象属于某一类的概率,选择具有最大后验概率的类作为该对象所属的类-Bayesian classifier principle a priori probability of the object using the Bayesian formula to calculate the subsequent posterior probability that the object belongs to a certa
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:1156
    • 提供者:冰点
  1. main

    0下载:
  2. 朴素贝叶斯分类器在符号型数据库上的实现,这里说的符号型数据库指属性取值满足离散、无序、有限,无运算-bayesian classifier
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:1622
    • 提供者:丁一
  1. Bayes-classifier-code

    0下载:
  2. 朴素贝叶斯分类器程序代码 采用朴素贝叶斯分类器算法,使用C++语言对英文文本进行分类,实现了一个文本分类器功能-Naive Bayesian classifier program code using Bayesian classification algorithm, using C++ language English text classification, to achieve a text classification function
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:213695
    • 提供者:李宁
  1. Bayes-classifier

    0下载:
  2. 贝叶斯分类器:贝叶斯分类的基础是概率推理,就是在各种条件的存在不确定,仅知其出现概率的情况下,如何完成推理和决策任务。-Bayesian classifier
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5212417
    • 提供者:1234lily
  1. Bayesian

    0下载:
  2. bayesian classifier used to classify data using existing training data set, for example we can find whether client is bank defaulter or not using existing data set
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2752
    • 提供者:johny
  1. claspifier-classifier-classifier

    0下载:
  2. A Bayesian classifier for pattern recognition
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-17
    • 文件大小:33792
    • 提供者:tkroob 
« 12 3 »
搜珍网 www.dssz.com