搜索资源列表
KNearest
- JAVA实现基于试探的未知类别聚类算法.具有良好的代码风格,便于复用-JAVA based probe the unknown type of clustering algorithm. The code has good style, ease of reuse
K_Means
- k-means是一种经典的聚类算法,这是用java实现k-means的源码,其中包括了测试数据文件
Clique聚类算法Java版.rar
- Clique聚类算法Java版.rar
k-means
- 数据挖掘算法源代码 k-means聚类算法的C#代码-Source code data mining algorithms k-means clustering algorithm C# code
FuzzyCMeans
- FCM聚类算法,共大家参考,多多学习,谢谢大家,共同学习聚类算法-FCM
聚类K-Medoids算法
- 聚类K-Medoids算法。文件里面包含了详细的程序说明和示例。-K-Medoids clustering algorithm.The file contains a detailed descr iption of the procedures and examples.
kmeans
- kmeans文本聚类算法的简单实现,是用JAVA实现的-kmeans a simple realization of the text clustering algorithm is implemented using JAVA
kmeans_src
- java 语言编写的kmeans聚类算法源代码,非常有用。-BenchmarkedKMeans for java and BasicKMeans for java
kmeans
- 基本的数据聚类算法,可以进行快速有效的数据聚类,可以有效地进行数据挖掘-Basic data clustering algorithm, can be fast and effective data clustering, data mining can be effectively
k-means(java)
- k-means算法是基于划分的聚类方法,本算法简单,便于理解,以可视化界面的形式将结果展示出来。-k-means clustering algorithm is based on the division method, this algorithm is simple and easy to understand visual interface to the form of the results.
kmeans
- 聚类算法kmeans,比较简单的聚类算法,通过欧几里德距离确定聚类的标准,对二维的点进行聚类-Clustering algorithm kmeans, relatively simple clustering algorithm, through the Euclidean distance to determine the standard clustering of the points of two-dimensional clustering
K-Means
- 这是K-neans动态聚类算法的源程序,是人工智能领域很有用的一种聚类方法。-This is K-neans source dynamic clustering algorithm, the field of artificial intelligence are useful in a clustering method.
textclusterr
- 文档分类,用K均值,加入了K的选择算法,不用人为设定聚类个数-Document classification, using K-means, joined the K of the selection algorithm, not the number of artificial clustering
FCM_algorithm_based_K_means_clustering_algorithm_a
- 基于K_means算法和FCM算法的聚类研究-FCM algorithm based K_means clustering algorithm and study
WekaChameleon
- 数据挖掘 weka 版的 chameleon 聚类算法java源码, 可直接用weka 运行-chameleon clustering algorithm source code for weka
thyferny.java.algorithm.cluster
- K聚类算法 CLUSTER JAVA实现 全手工作品-K clustering algorithm CLUSTER JAVA hand-work to achieve
FCM
- 基于遗传FCM算法的文本聚类,FCM算法运用到文本中-Based on genetic FCM clustering algorithm, FCM algorithm is applied to the text
Kmeans
- 基于java语言实现的kmeans聚类算法,还是很靠谱的(kmeans cluster realize based on java)
数据挖掘4
- 本实验主要涉及数据挖掘的实现 K-means和DBSCAN聚类算法,完成对中医数据的处理。(This report is mainly about the Data Mining algorithm, includes K-means and DBSCAN algorithm.)
Kmeans_java
- 使用Java语言实现了简单的K-Means聚类算法(A simple K-Means clustering algorithm is implemented in Java language.)