搜索资源列表
bow-latest.tar
- 贝叶斯学习算法分类文本。基于朴素贝叶斯分类器的文本分类的通用算法,是目前所知文本分类算法中最有效的一类-Bayesian text classification algorithm. Based on Bayesian classifier of the common text classification algorithm, which is known text classification algorithm the most effective one category
fenleisuanfa.tar
- 常用机器学习算法,java编写源代码,内含常用分类算法,包括说明文档-used machine learning algorithm, the preparation of java source code that contains commonly used classification algorithms, including documentation,
新型的分类算法
- boosting 一种新型的分类算法 程序
Bayes.rar
- 使用Iris数据集,朴素贝叶斯分类算法。,The use of Iris data set, Naive Bayes classification algorithm.
1000000007
- 数据挖掘分类算法id3的java语言实现-data mining classification algorithm id3 the java language
fanny
- 模糊分类是目前比较流行的用于数据挖掘的分类算法,而Fanny是其中一种基于FCM算法,用于实现模糊分类的应用程序-Fuzzy clustering is a popular method for data clustering and classification in data mining, Fanny program realizes one of FCM algorithms, to achieve the application of fuzzy clustering
KNN
- Knn算法综述、柔性KNN算法研究、一个高效的knn分类算法、一种改进的KNN分类算法、一种优化的K最近邻协同过滤算法。-Algorithms Knn, flexible KNN algorithm, an efficient knn classification algorithm, an improved KNN classification algorithm, an optimized K-nearest neighbor collaborative filtering algorith
ada_boostnew
- ada_boost分类器程序,根据ada_boost算法编写的分类程序,具有较好的鲁棒性-ada_boost algorithm
svm_smo
- 支持向量机分类算法,将高斯函数与序列最小优化算法结合实现。-support vector machine smo
c_mean
- c均值算法对数据进行分类,数据如data.txt格式。-c means algorithm for data classification
duo-chong-xinhao
- 多重信号分类算法(music)在测定信号来向的应用。程序中设定干扰信号和高斯白噪声。-Multiple signal classification algorithm (music) in the measured signal to the application. Procedures set interference signal and Gaussian white noise.
Bayes-KNN
- 基于贝叶斯-KNN文本分类算法的设计与实现。 是贝叶斯和KNN两种分类算法的结合。-Bayesian-KNN text categorization algorithm design and implementation. Bayes and KNN is a combination of two kinds of classification algorithms.
bayesgood
- 数据挖掘中分类算法贝叶斯算法,用于二分类问题-Data mining classification algorithm of bayesian algorithm is used for binary classification problem
PLR
- 改进的分段线性表示方法,含有四种基本算法,自顶向下,自底向上,滑窗,以及滑窗式自底向上算法。是流行的降维、分类算法。改进之后,所得出的线段是连续的,解决了离散线段带来的不便。-Rewised PLR algorithms inclusing four basic methods: top down, bottom up, sliding window and sliding window bottom up. PLR is a popular algorithm for classificati
Bayes_Classification
- 该代码是一个bayes分类器,实现了基本的bayes分类算法-this code is a bayes classifier, to achieve the basic bayes classification algorithm
src
- MLP数据挖掘里面的分类算法 -MLP data mining classification algorithm inside the MLP data mining classification algorithm inside
shangquanS
- Clustering of information entropy classification algorithm-聚类信息熵分类算法Clustering of information entropy classification algorithm
bayes
- 朴素贝叶斯分类算法:其中,朴素的意思是该分类算法基于的两个简单的假设,特征独立以及每个特征同等重要。 贝叶斯分类是基于贝叶斯准则的分类算法。朴素贝叶斯常用于文档分类,过滤垃圾邮件等。 -Naive Bayesian classification algorithm: where is the plain meaning of the classification algorithm based on two simple assumptions, features independent
kNN
- kNN分类算法——将没有分类标签的数据与样本集合中所有的数据一一进行距离计算, 然后提取最相似的K个数据,这个K个数据中分类标签出现最多的分类就是新数据的分类标签。 优点:简单有效,缺点:耗费存储空间,非常耗时,无法给出任何数据的结构信息。 这个程序是采用python缩写,注释比较多,自己加的-kNN classification algorithm: no data and sample collection of all data classification labels on
Decisiontree
- 实现基本功能的决策树分类算法,可以对连续变量进行处理,能显示生成的决策树。-Basic functions of decision tree classification algorithm for continuous variables can be processed to show the resulting decision tree.