CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - NaiveBayes
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - NaiveBayes - List
[
AI-NN-PR
]
weka
DL : 0
:<<数据挖掘--实用机器学习技术及java实现>>一书的配套源程序,结合数据挖掘和机器学习的知识,以java语言实现了具有代表性的各类数据挖掘方法.例如:classifier中的ZeroR.OneR.NaiveBayes.DecisionTable.IBK.C45,还有聚类,数据预处理等-: lt; Lt; Data Mining-- Practical Machine Learning Technology and java achieve gt; Gt; A matching the source, combining data mining and machine learning, the knowledge, java language to a representative of the various types of data mining. For example : the classifier ZeroR . OneR.NaiveBayes.DecisionTable.IBK.C45, clustering, data pretreatment
Date
: 2025-12-31
Size
: 1.05mb
User
:
黄
[
AI-NN-PR
]
朴素贝叶斯
DL : 0
调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三维数组,(i,j,k)为第k个样本的DP矩阵 targets 为 0 1 2 -process called CM = Confusion_matrix (train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB (DP, test_targets, CM) DP, three-dimensional array (i, j, k) for the k samples of DP matrix targets for 0 1 2
Date
: 2025-12-31
Size
: 2kb
User
:
[
AI-NN-PR
]
weka402
DL : 0
< 数据挖掘--实用机器学习技术及java实现> 一书结合数据挖掘和机器学习的知识,作者陈述了自动挖掘模式的基础理论,并且以java语言实现了具有代表性的各类数据挖掘方法.例如:classifier中的ZeroR.OneR.NaiveBayes.DecisionTable.IBK.C45,还有聚类,数据预处理等.-<Data mining- practical machine learning technology and java to achieve> a book combining data mining and machine learning knowledge, the authors presented an automatic mining mode of basic theory, and in order to achieve the java language with the representation of various data mining methods. For example: classifier in ZeroR.OneR.NaiveBayes.DecisionTable.IBK.C45, there is clustering, data preprocessing, such as.
Date
: 2025-12-31
Size
: 3.79mb
User
:
龚璇
[
AI-NN-PR
]
NaiveBayes
DL : 0
很好的 算法!用了绝对不后悔 对初学者很有帮助!快来下啊!-Very good algorithm! Spent absolutely no regrets very helpful for beginners! Come under ah!
Date
: 2025-12-31
Size
: 5kb
User
:
zhang fan
[
AI-NN-PR
]
NaiveBayesUpdateable
DL : 0
好代码 数据挖掘方面的代码! 免费下载了!请提宝贵意见-Good source of data mining aspects of the code! Downloaded free of charge! Please mention the valuable advice
Date
: 2025-12-31
Size
: 4kb
User
:
zhang fan
[
AI-NN-PR
]
NaiveBayes
DL : 0
朴素贝叶斯分类器,实现了朴素贝叶斯分类算法,结果表明比较好-Naive Bayesian classifier, to achieve a Naive Bayesian Classifier algorithm, results showed that better
Date
: 2025-12-31
Size
: 5.44mb
User
:
hg
[
AI-NN-PR
]
NaiveBayes
DL : 0
贝叶斯算法是基于贝叶斯定理 P(H|X) = P(X|H)P(H) / P(X).。对于多属性的数据集,计算 P(X|Ci) 的开销非常大,为减低计算复杂度,我们做条件独立的假设,即给定元组的类标号,假定属性值有条件地相互独立,即在属性间不存在依赖关系。此程序仅为算法的一个实现,根据训练数据训练分类器-Bayesian algorithm is based on the Bayes theorem P (H | X) = P (X | H) P (H)/P (X).. For multi-attribute data sets, computing P (X | Ci) of the overhead is very large, in order to reduce the computational complexity, we do conditional independence assumption that a given tuple class label, it is assumed that property values conditionally independent of each other, that does not exist in the inter-attribute dependencies. This procedure is only an implementation of algorithm, according to training data classifier training
Date
: 2025-12-31
Size
: 159kb
User
:
guifeng2002
[
AI-NN-PR
]
NaiveBayes
DL : 0
Java写的NaiveBayes分类器,Weka平台下的贝叶斯分类器。-Java written NaiveBayes classifier, Weka platform under the Bayesian classifier.
Date
: 2025-12-31
Size
: 4kb
User
:
徐勇
[
AI-NN-PR
]
NaiveBayesSimple
DL : 0
Java写的NaiveBayesSimple程序,简单NaiveBayes,基于Weka平台下。-Java written NaiveBayesSimple procedures, simple NaiveBayes, based on the Weka platform.
Date
: 2025-12-31
Size
: 3kb
User
:
徐勇
[
AI-NN-PR
]
naivebayes
DL : 0
贝叶斯决策器,基于最小错误率的贝叶斯决算法-Bayesian decision-making, based on minimum error rate of Bayesian decision-making
Date
: 2025-12-31
Size
: 1kb
User
:
sun
[
AI-NN-PR
]
id3_naive_bayes_matlab
DL : 0
Date
: 2025-12-31
Size
: 12kb
User
:
shyoo
[
AI-NN-PR
]
naiveBayes
DL : 0
朴素贝叶斯算法源码,C++实现。大家可以下来看-Naive Bayes algorithm source code, C++ to achieve.
Date
: 2025-12-31
Size
: 567kb
User
:
李青青
[
AI-NN-PR
]
NaiveBayes
DL : 0
贝叶斯分类算法源代码 贝叶斯分类算法源代码-Bayesian classification algorithm source code for Bayesian classification algorithm source code for
Date
: 2025-12-31
Size
: 2.14mb
User
:
sss
[
AI-NN-PR
]
naivebayes
DL : 0
本算法介绍了朴素贝叶斯算法的原理和功能以及使用MATLAB实现其功能算法。-This algorithm describes the principle of Bayesian algorithms and functions and the use of MATLAB algorithms to achieve its function.
Date
: 2025-12-31
Size
: 1kb
User
:
skyjsj
[
AI-NN-PR
]
NaiveBayes(java)
DL : 0
贝叶斯分类算法是经典的分类算法,也是应用最为广泛的分类算法,此算法展示了贝叶斯分类的具体过程。-Bayesian classification algorithm is a classical classification algorithm, is the most widely used classification algorithms, Bayesian classification algorithm shows the specific process.
Date
: 2025-12-31
Size
: 16kb
User
:
聂风
[
AI-NN-PR
]
NaiveBayesDemo
DL : 0
NaiveBayes算法的C++实现,可以用于实际工作和学习中-NaiveBayes C++, the algorithm can be used in practical work and learning
Date
: 2025-12-31
Size
: 12kb
User
:
[
AI-NN-PR
]
naiveBayes
DL : 0
这是一个完善的naiveBayes算法。结构条理,备注明确。其实验效果也非常好-This is a perfect naiveBayes algorithm. Coherent structure, notes clear. The experimental results are very good
Date
: 2025-12-31
Size
: 1kb
User
:
wuxin
[
AI-NN-PR
]
NaiveBayes
DL : 0
贝叶斯分类器,用于聚类,人工智能,机器学习-classification, artificial intelligence, machine learning.
Date
: 2025-12-31
Size
: 1kb
User
:
guiqiliu
[
AI-NN-PR
]
NaiveBayes
DL : 0
数据挖掘中分类算法naive bayes的实现-naive bayes
Date
: 2025-12-31
Size
: 7kb
User
:
辰
[
AI-NN-PR
]
NaiveBayes
DL : 0
朴素贝叶斯算法的java实现,内含输入输出和测试用例-NaiveBayes algorithm implenmented by java,including input and output coad as well as test cases
Date
: 2025-12-31
Size
: 111kb
User
:
dihuidan
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.