搜索资源列表
基于matlab的K均值聚类程序
- 基于matlab的K均值聚类程序。其中用IRIS数据进行验证,得到了很好的结果。文件中包含了演示后的结果图,Matlab-based K-means clustering procedure. Which use IRIS data verification, have had good results. File contains the results of the demonstration plan
K-MEANS-MATLAB
- 用matlab7.0编写的k均值算法,参数可调节,很好用-K-MEANS MATLAB
k-rbf
- 程序是基于K均值聚类的RBF代码,很好的一个例子。-K means clustering procedure is based on the RBF code, a good example.
K-means
- k-means算法的实现,实用matlab是实现的,可以用啦做聚类分析-k-means algorithm for the realization of the practical realization of matlab, so you can use cluster analysis
K-Means-Color-Reduction
- 基于K-MEANS的图像退色算法。平台为MATLAB6.5及以上。-Based on the K-MEANS algorithm image fade
k-means
- 聚类方法中的K-means实现,用matlab语言实现的聚类-Clustering of K-means implementation of the cluster with matlab language
k-means
- K-means算法是最为经典的基于划分的聚类方法,是十大经典数据挖掘算法之一。K-means算法的基本思想是:以空间中k个点为中心进行聚类,对最靠近他们的对象归类。通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果。-K-means algorithm is based on the division of the classic clustering method, is ten classic one of data mining algorithm. K-means the
k-means
- 此种k-means 算法可以快速的对随机产生的随机数据,进行分类,而且分类的效果比较好,效果直观。(This kind of k-means algorithm can quickly classify randomly generated random data and classify it, and the classification effect is better and the effect is intuitive.)
k-means for clustering
- k means for clustering. v v v important
1、K-means学习
- K-means算法MATLAB仿真,利用一副图像作为数据实现K聚类算法仿真(K-means algorithm, MATLAB simulation)
k-means
- Coursera machine learning ex7 assignment,K-means(Coursera machine learning ex7 assignment)
K-means聚类
- K-means聚类程序,可用于聚类问题,自动产生大量数据,生成聚类图片(K-means clustering program, can be used for clustering problems, automatically generate large amounts of data, generate clustering images)
K-means
- K-means的简单实现,期中例子是实现了几组,程序简单,缺陷比较明显(Simple implementation of K-means)
K-means
- K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。K-means算法以欧式距离作为相似度测度,它是求对应某一初始聚类中心向量V最优分类,使得评价指标J最小。算法采用误差平方和准则函数作为聚类准则函数。(The K-means algorithm is a hard clustering algorithm, which is representative of the prototy
K-means
- K-means聚类算法的matlab实现(k-means clustering is a method of vector quantization, originally from signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into k clusters in which each obse
1、K-means学习
- 用k-meas算法对图片聚类,根据图像的颜色,聚类成若干类(Using k-means algorithom to clustering a picture)
K-means
- k-means算法主程序,已经经过测试,具体参数需要自己调整(K-means algorithm for matlab)
k-means聚类算法
- K-MEANS聚类算法实现,方法简单,容易实现(K-MEANS clustering algorithm, simple and easy to implement.)
k means
- k means 聚类算法,适用于供应链,物流,选址等配送中心或需求点的筛选聚类(It applies for the field of supply chain, logistics, hub location to cluster the Dcs or demand points.)
K-means聚类
- 应用K-means聚类算法,实现对iris数据集的分类(Using K-means clustering algorithm to realize the Classification of iris dataset)