搜索资源列表
DecisionStump
- JAVA的一个程序,是分类算法中的判定树的一部分。-JAVA a process, the classification algorithm of decision tree part.
NaiveBayesSimple
- 朴素贝叶斯分类算法2,《机器学习及java实现里面的》
Bagging
- 分类算法,采用bagging方法来选择训练集,《机器学习及java实现》里面的
java版贝叶斯分类
- 用java实现,有步骤说明
SVM(SMO)分类器
- JAVA语言编写的SVM分类器,附带源代码,可直接运行
kmeans
- k-means 算法用java实现对二维点集合的分类 输入相应的类别数 选择聚类中心-k-means algorithm to classify the input using java-dimensional set of points corresponding to the number of categories to select the cluster centers
决策树java代码1
- 决策树可对数据进行分类,选出最大增益属性。(Decision tree can be classified data, select the maximum gain attribute.)