搜索资源列表
kmeans
- k-means算法是文本聚类经典算法,也是数据挖掘十大经典算法之一。k-means算法Java实现。-k-means algorithm is a classical algorithm text clustering, data mining is one of the ten classic algorithms. k-means algorithm is implemented in Java.
ID3
- 数据挖据决策树算法ID3算法java实现,包含引用文件,简单易懂-Data Mining Decision Tree Algorithm ID3, simple and easy to understand by java, contains references to files
ID3
- id3,数据挖掘的决策树的经典算法,利用Java实现-data mining
k-means-Java
- 用JAVA实现k-means算法,其中聚类方法使用余弦相似度,带运行界面。完美运行。-Using JAVA k-means algorithm, clustering method using the cosine similarity
KNNDemo
- KNN算法Java语言实现,控制台运行界面。分类训练样本集和测试样本都有。-Java KNN language implementation, the console running interface. Classified training samples and test samples are.
knn_java
- java写的k最邻近算法,是数据挖掘的基本算法之一。-Java write the k nearest neighbor algorithm, is one of the basic algorithm of data mining.
Apriro
- java 关联关系分析 apriro算法源代码 很好-java association analysis algorithm source code well apriro
svm
- svm 分类算法 java源代码 很好的学习程序-svm classification algorithm java source code is a good learning program
FP-and-apriori-code
- FP和Apriori算法实现,Java代码,myeclipse下可直接使用!-FP and Apriori algorithm, under the Java code, myeclipse can be used directly!
Clustering-master
- 使用java实现了基于凝聚的聚合簇类算法,可直接运行,数据输出可导入导出-Use java class implements cluster aggregation algorithm based on aggregated, can be directly run, the data output can import and export
project2
- 使用java语言实现的Apriori算法,简单使用,可以挖掘频繁项-implement Apriori algrithm with Java
Bias_algorithm_java
- 贝叶斯算法java实现,在贝叶斯算法思想基础上做改进,提供文本分类效率-Bias algorithm java implementation, based on the idea of Bias algorithm to improve the efficiency of text classification
apriori
- aprior算法的java实现,比较简单,能输出关联规则。经测试,可用。-apriori algorithm to achieve the java, is relatively simple and can output association rules. Tested and available.
DataMiningFPGrowth
- FP-Growth算法的java实现,简单易于理解。经测试,可用。不过不能输出关联规则。-FP-Growth algorithm to achieve the java, simple and easy to understand. Tested and available. But not output association rules.
kmeans_demo
- 简单的k-means算法采用java语言实现,具有很高的学习价值-Simple k-means algorithm, using java language, learning a great help
decisionTree
- 决策树java源代码。包含两个决策树算法的代码和一个贝叶斯算法的代码。-Tree java source code. The code consists of two decision tree algorithm and a Bayesian algorithm code.
pagerank.java
- 基于java的数据挖掘算法pagerank算法,能够有效实现功能-Java-based data mining algorithms pagerank algorithm can effectively achieve functional
lpa---java
- 标签传播算法(LPA)是由Zhu等人于2002年提出,它是一种基于图的半监督学习方法,其基本思路是用已标记节点的标签信息去预测未标记节点的标签信息。-Code label propagation algorithm
em
- em算法介绍:EM算法有很多的应用,最广泛的就是GMM混合高斯模型、聚类、HMM等等(This is the EM algorithm using JAVA, easy to understand, easy to use and helpful for understanding the EM algorithm)
基于粗糙集的层次聚类算法研究
- 实现了两种基于粗糙集模型的层次聚类算法,采用java编程语言实现(Hierarchical clustering algorithm for categorical data using a probabilistic rough set model)