搜索资源列表
K均值
- 本程序通过k均值算法对两类进行分类。通过任意选择初始点,由k均值很快找到两类的中心点-the procedure k means algorithm to classify two types. Through arbitrary choice initial point, k Mean quickly found two focal point
K均值算法
- 实现K均值算法,读取文件,实现K均值的分类。-K-means algorithm to achieve, reading the paper, K-mean achievement category.
k_mean_binary
- 是对K-mean算法的数据分析处理,运行时需输入数据,其中有参考数据,希望对大家的学习有所帮助-of K-mean algorithm for data analysis, run-time required to input data, including reference materials, we hope to learn some help
k-mean
- K-means聚类算法的java实现描述!有详尽的说明,对初学者非常有用!
knn
- k最邻近算法,经典的分类算法,绝对有帮助-k-nearest neighbour algorithm,it is a classical algorithm for text cluster
KMEANS
- K-Mean聚类算法,对各种格式的图像进行分层聚类。-This is a K-Mean culstering aligroam.
K-means
- 模式识别 k-mean算法程序,用Visual c++编写-K-mean algorithm for pattern recognition procedures, using Visual c++ Prepared
K-Means
- 这是K-neans动态聚类算法的源程序,是人工智能领域很有用的一种聚类方法。-This is K-neans source dynamic clustering algorithm, the field of artificial intelligence are useful in a clustering method.
kNN
- It s the kNN or else named k-Nearest Neabours algorythm, realized by the tools of Visual Studio developer system.
k-centers
- 不同于k均值聚类的k中心聚类,2007年SCIENCE文章Clustering by Passing Messages Between Data Points 中的方法-Unlike k-means clustering of the k cluster centers, in 2007 SCIENCE article, Clustering by Passing Messages Between Data Points of the Method
K-Means.Algorithm
- 算法,k-mean搜索方法,执行起来很快,推荐。-Algorithm, k-mean search methods, to implement quickly, recommended.
kmeans
- 基于C++的模糊k均值算法,采用的集成软件开发环境为vc-It is the codes of Fuzzy k-means,
textclusterr
- 文档分类,用K均值,加入了K的选择算法,不用人为设定聚类个数-Document classification, using K-means, joined the K of the selection algorithm, not the number of artificial clustering
K-Means
- K-mean算法实现程序-K-mean algorithm program! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
K-means
- 均值为K的聚类算法,是一种对聚类数据进行的最简单的算法,广泛应用在各种场合中。-K mean clustering algorithm for clustering data is the most simple algorithm, widely used in various occasions.
K-mean
- K均值聚类,用于空间区域的自适应划分,用MATLAB软件来实现。-K-means clustering for adaptive division of the region of space, using MATLAB software to achieve.
K-mean
- K平均算法,python编写,性能较好。通用性强-K-means algorithm, python write
K-mean
- 聚类算法中的k-means算法,和k-medoids 肯定是非常相似的。k-medoids 和 k-means 不一样的地方在于中心点的选取,在 k-means 中,我们将中心点取为当前 cluster 中所有数据点的平均值。-Clustering algorithm k-means algorithm, and k-medoids certainly very similar. k-medoids and k-means not the same place that the center o
RBF-k均值聚类
- RBF(径向基神经网络)网络是一种重要的神经网络,RBF网络的训练分为两步,第一步是通过聚类算法得到初始的权值,第二步是根据训练数据训练网络的权值。RBF权值的初始聚类方法较为复杂,比较简单的有K均值聚类,复杂的有遗传聚类,蚁群聚类等,这个RBF网络的程序是基于K均值聚类的RBF代码。(RBF (radial basis function network) is an important neural network. The training of RBF network is divided
Kmeans
- 可以实现K均值聚类的MATLAB程序。但是有点小问题。(The MATLAB program of K mean clustering can be realized.)
