搜索资源列表
k-mean
- K-means聚类算法的java实现描述!有详尽的说明,对初学者非常有用!
k_means.rar
- 基于K均值聚类的图像分割算法 java源代码 十分好用 希望大家喜欢,K-means clustering-based image segmentation algorithm
k-means
- 数据挖掘算法源代码 k-means聚类算法的C#代码-Source code data mining algorithms k-means clustering algorithm C# code
聚类K-Medoids算法
- 聚类K-Medoids算法。文件里面包含了详细的程序说明和示例。-K-Medoids clustering algorithm.The file contains a detailed descr iption of the procedures and examples.
Java_Socke183657142005
- 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO str
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
- this is a very good code for k means clustering. works quite fast. can download for school assignments.
gaknn2008-12-08
- 本算法是实现基于KNN的基因遗传算法,是对KNN算法的改进,具有更好的分类效果。-gaKnn[Genetic Algorithm Optimized K Nearest Neighbor Classification framework] is a frameowork for KNN optimization with a genetic algorithm.
k-MeansJava
- k-Means算法Java实现 数据挖掘中经典的Kmeans算法设计与实现-k-Means Algorithm for Data Mining Java implementation of the classic algorithm design and implementation Kmeans
K-Means
- 这是K-neans动态聚类算法的源程序,是人工智能领域很有用的一种聚类方法。-This is K-neans source dynamic clustering algorithm, the field of artificial intelligence are useful in a clustering method.
kMeans
- k-mean image clustering source code developed using java
K-Means.Algorithm
- 算法,k-mean搜索方法,执行起来很快,推荐。-Algorithm, k-mean search methods, to implement quickly, recommended.
textclusterr
- 文档分类,用K均值,加入了K的选择算法,不用人为设定聚类个数-Document classification, using K-means, joined the K of the selection algorithm, not the number of artificial clustering
genetic(java)
- 遗传算法具有全局搜索的功能,能够克服K-means算法的缺点。-Genetic algorithm global search function to overcome the shortcomings of K-means algorithm.
K-means
- K-means分类器,java实现,可以自己设定类别数目。已做成jar-K-means classifier, java implementation, you can set the number of categories. Has made jar
K-Means-JavaSwing
- java实现的K-means聚类算法,结合swing,带有界面功能,操作简单直观-java implementation of K-means clustering algorithm, combined with the swing, with interface features simple, intuitive operation
K-Means
- 数据挖掘中的K-均值聚类算法,java语言实现。 可直接编译运行-Data Mining K-means clustering algorithm, java language.
k-means-Java
- 用JAVA实现k-means算法,其中聚类方法使用余弦相似度,带运行界面。完美运行。-Using JAVA k-means algorithm, clustering method using the cosine similarity
20170110_KMeans
- 在花卉数据集上,用Java实现的简单K-means算法。(In flower dataset, a simple K-means algorithm is implemented by Java.)
Kmeans_java
- 使用Java语言实现了简单的K-Means聚类算法(A simple K-Means clustering algorithm is implemented in Java language.)