搜索资源列表
基于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
simplefunc.rar
- 几个用matlab实现正向云发生器,k均值算法的程序,都已调试通过,some simple function
moshi
- 几个模式识别的作业程序,自己写的。望指教哦,内容有感知器算法、多类感知器算法以及K均值算法-Several pattern recognition procedures, wrote it myself. Advice Oh look, the contents of perceptron algorithm, multi-sensor algorithm, as well as K-means algorithm
k-mean k均值聚类程序
- k均值聚类程序,虽然matlab中也有自带的,但是这个速度不错。-program for k means used for cluster
proj10-01
- 在试验中编写程序实现了K均值聚类算法,K均值聚类的原理是:在训练样本中找到C个聚类中心,每个聚类中心代表一个类的中心。然后将样本归类到与其最近的聚类中心的那一类。 C的选择是通过先验知识或经验选取的。聚类中心是通过算法迭代求得的。-In the test preparation process to achieve a K means clustering algorithm, K means clustering principle is: in the training samples to
Kmeans-julei
- 动态聚类的k均值算法,采用matlab编程,内有多个子程序,和一个主程序-dynamic clustering algorithm k mean using matlab
GMM
- 高斯k均值程序算法,k-means是一种常用的聚类算法,可以实现数据的聚类。-K-means algorithm for Gaussian process, k-means clustering algorithm is a commonly used, can achieve data clustering.
Kmeans-clustering
- 用matlab编写的k均值聚类程序,可直接运行调用-Prepared by the MATLAB K mean clustering procedures, can be directly run call
K-means-and-Perceptron
- 该程序为matlab程序,共有三个文件,dataC.m为程序入口,实现功能对50组数据用k均值算法进行分类,再对40组数据用感知器算法训练,然后用训练得到的判别函数对剩下10组数据分类,最后与原始分类做差比较,若分类无误,则全显示为0.-Matlab program on the program, a total of three files dataC.m for program entry features 50 sets of data with k-means algorithm to
Matlab-image-K-means-
- 基于matlab的图像K均值聚类算法程序-Matlab image K-means clustering algorithm
kmeans
- 关于K均值算法的常用程序,是采用MATLAB工具编写的,-K-means algorithm commonly used program
K_mean_julei
- 这是一个用k均值聚类的matlab 程序 程序对高维数据利用k均值进行了聚类-This is a k-means clustering matlab program procedures for high-dimensional data for the use of k-means clustering
clustering-problem-
- 关于matlab解决聚类问题的相关程序,包含蚁群算法和K均值算法,可以一看,部分附带程序,非本人原创。-About matlab to solve clustering problem related procedures, including the ant colony algorithm and K-means algorithm, one can see, some incidental proceedings, not my original.
k-mean
- 用k均值方法进行分类的matlab小程序。-A small process based on k-mean.
k-means-for-iris
- 利用K均值聚类对鸢尾花样本进行聚类的matlab程序,包含源代码、样本数据、聚类结果-The use of K-means clustering method to classify iris sample matlab program, the program includes source code, sample data, the classification results
Mfile
- 假设用图示所示的两个正交信号经由一个AWGN信道传输二进制信息,在持续期Tb的每个比特区间接收到的信号以10/Tb速率采样,即每个比特区间内10个样本,幅度为A。噪声是均值为零,方差为 的高斯过程。 写MATLAB程序,在方差为0,0.1,1.0和2.0时,完成接收信号和两种发射信号的每一种的离散时间相关,画出在时刻k=1,2,…,10相关器的输出。-Assuming an AWGN channel transmission via binary information in two ort
Kmeans
- K均值聚类分析的matlab算法程序,用于对一系列的数据点进行聚类分析。-K-means clustering algorithm MATLAB program.
K-means-clustering
- 一个关于matlab在K均值聚类方法中的应用程序包,可运行,包含一个函数文件、一个可执行文件和一个数据文件。希望有所帮助!-a code package about K-means clustering method on matlab,including one function files,a run files and one data file.it is helpful.
RBF-k
- RBF-k均值聚类算法的matlab程序和样本数据,可用于RBF-k均值聚类算法的仿真。-RBF-k-means clustering algorithm matlab program and sample data, can be used to simulate the RBF-k-means clustering algorithm.
k均值聚类
- 通过比较自编MATLAB 的k-means 算法程序和SPSS 中自带的k-means聚类工具,对两个数据集聚类,并分析了聚类结果。(By comparing the k-means algorithm program of self-compiled MATLAB with the K-means clustering tool of SPSS, two data sets are clustered and the clustering results are analyzed.)