搜索资源列表
cluster
- 对iris数据进行聚类分析的java源程序
textcluster
- 文本聚类算法源码,包含tf.idf计算的实现,采用java语言编写-text cluster algorithm, including the computation of tf.idf ,written by Java
ClusterMonitor
- 一个多集群的监控系统,可根据文件中定义的入口IP地址获取其机器上的GANGLIA信息,监控其所在网格内所有集群信息和节点机的CPU、内存、硬盘、负载等信息。-More than one cluster of monitoring systems, can be defined in accordance with the entrance of the document to obtain its IP address Ganglia machine information, monitor t
Cluster_Analysis
- Source code on cluster analysis. K_Mean Cluster, data decoder,etc.
HCL
- 聚类 层次分析代码 JAVA版 聚类 层次分析代码 JAVA版聚类 层次分析代码 JAVA版-Cluster analysis of code-level version of JAVA
hadoop-0.20.0.tar
- Hadoop 是一个实现了 MapReduce 计算模型的开源分布式并行编程框架,借助于 Hadoop, 程序员可以轻松地编写分布式并行程序,将其运行于计算机集群上,完成海量数据的计算。-Hadoop is an implementation of the MapReduce computation model of the open-source framework for distributed parallel programming, through the use of Hadoop,
DBSCAN
- 基于密度的聚类算法 DBSCAN java-Density-based clustering algorithm DBSCAN java
MR
- 模式识别,距离计算,聚类分析,判别函数,判断准则等的算法实现-Pattern recognition, distance calculation, cluster analysis, discriminant function, the algorithm to determine criteria
text_data_mining
- java编写的数据挖掘方面的代码,里面包含有文本分类,作者身份识别方面的java源码,本人亲自参与编写-java code about data mining;include:text cluster ,authorship identification,
cluster
- 我做的用Kmeans方法,分别采用欧式距离。夹角余弦,和度量函数的方法来表示两点的相似度-I do use Kmeans methods were used Euclidean distance. Angle cosine, and methods of measurement functions to represent the similarity of two
Kode-Program-Algoritma-Fuzzy-C-Means
- Fuzzy clustering is a class of algorithms for cluster analysis in which the allocation of data points to clusters is not "hard" (all-or-nothing) but "fuzzy" in the same sense as fuzzy logic.
vsm-and-cluster-kmeans
- 对文本聚类的向量空间模型机制VSM以及Kmeans等讲解比较详细,是研究文本聚类的好书籍-Clustering of text vector space model to explain the mechanism of VSM and Kmeans and other more detailed, study of text clustering is a good book
thyferny.java.algorithm.cluster
- K聚类算法 CLUSTER JAVA实现 全手工作品-K clustering algorithm CLUSTER JAVA hand-work to achieve
Cluster
- resolve the probleme of clusterization with java programme
Kmeans.java.tar
- K-Means algorithm to create cluster formation for input files
java
- 本人搜集并调试无错的 关于数据挖掘算法,JAVA 实现,里面包含测试数据集,apriori 算法2个,FP-TREE 一个,FP-GROWP 2个 聚类1个、CLUSTREAM 一个,C45、ID3 等,下载后在相应文件夹中有 部分测试数据集合-I collect and debug error-free data mining algorithms, JAVA realization, which contains a set of test data, apriori algorithm 2
Cluster
- 求一个小世界网络中,每一个节点的聚类系数,利用java实现。-Using java to find a small world network, each node clustering coefficient.
Kmeans
- 基于java语言实现的kmeans聚类算法,还是很靠谱的(kmeans cluster realize based on java)
redisCluster-demo
- 用java实现redis集群,体验高并发(Implement redis cluster with Java, experience high concurrency)
api-cluster
- 用java写的层次聚类,其中距离函数是complete(即最大值优先)(Cluster(agglomerative clustering, complete linkage method) to analyze API usage.)