搜索资源列表
123
- k均值算法是模式识别的聚分类问题,这是用C实现其算法以下是程序源代码
km
- visual basic上的模糊k均值聚类
K均值类方法原理
- 详细介绍K-means family的原理与发展趋势。
用matlab实现K均值聚类算法
- 用matlab实现K均值算法
YICHUAN
- 给予遗传算法的K均值聚类算法的c语言源代码,采用浮点数编码格式-ji YU YI CHUAN SUAN FA DE K JUN ZHI SUANFA
matlab-code
- 模式识别c均值聚类,也陈k均值,是模式识别中最最要的聚类方法之一。-Pattern Recognition, c-means clustering, and Chen k means, is far the most to the clustering pattern recognition methods.
junzhi
- k-均值算法,主要进行在matlab中的程序实现,进行图像的分割处理-k-means algorithm, mainly for the program in the matlab implementation for image segmentation
classification
- 基于K均值算法的模糊分类器具有很好的分类效果,用它可以很准确的对训练样本进行分类. 此方法是将K均值算法应用于训练数据的聚类,对每个聚类的半径和聚类的中心都是可计算的. 而模糊系统设计方法就是用模糊度来描述聚类, 对训练数据进行高效且准确的分类.-based on K-mean Algorithm,it can Classify the original data very well!
Kmeans-java
- K均值算法java实现,最简单的聚类算法,适合高斯聚类-K-means algorithm to achieve the java
K-means-update
- 简明扼要介绍k均值算法使用方法及注意事项,有利于初学者学习-A concise introduction to the use of methods and precautions k-means algorithm, beneficial for beginners to learn
k-mean
- 快速K均值分类方法,该方法简单准确,是一个很好的参考程序-Fast K-means classification method, the method is simple and accurate, is a good reference
DATA
- matlab数据文件,聚类标准测试数据,K均值聚类等经典算法都可以用。mat文件-matlab data files, the standard test data clustering, K-means clustering algorithm can be used such as the classic. mat file
Fuzzy-Clustering
- K_means算法研究综述k均值聚类是最著名的划分聚类算法,由于简洁和效率使得他成为所有聚类算法中最广泛使用的。给定一个数据点集合和需要的聚类数目k,k由用户指定,k均值算法根据某个距离函数反复把数据分入k个聚类中。-rewelding K_means algorithm research review
K-average-clustering-algorithm
- K-均值聚类算法研究。K - average clustering algorithm research.-K- average clustering algorithm research.
k-means
- k均值算法的ppt,里面包含了模糊c均值算法,有益于对该算法的理解,有较大的帮助-k-means algorithm ppt, which contains a fuzzy c-means algorithm, the benefits of this algorithm understanding, a great help
K-means-CPP
- 通过对K-均值算法的编程实现,加强对该算法的理解和认识。提高自身的知识水平和编程能力,认识模式识别在生活中的应用-Through the K-means algorithm programming to enhance understanding and knowledge of the algorithm. Improve their level of knowledge and programming capabilities, understanding of pattern recogn
K-SVD
- K均值,K-SVD算法,字典学习,英文版算法的翻译-K-means, K-SVD algorithm, dictionary learning algorithm in English translation
K均值算法的基本简介
- 这是基本的K均值算法的原理以及简介!希望能帮助到大家
k-junzhi
- 通过对K-均值算法的编程实现,加强对该算法的理解和认识。提高自身的知识水平和编程能力,认识模式识别在生活中的应用。 算法思想K-均值算法的主要思想是先在需要分类的数据中寻找K组数据作为初始聚类中心,然后计算其他数据距离这三个聚类中心的距离,将数据归入与其距离最近的聚类中心,之后再对这K个聚类的数据计算均值,作为新的聚类中心,继续以上步骤,直到新的聚类中心与上一次的聚类中心值相等时结束算法。-By programming K- means algorithm implementation, s
K-均值聚类
- 简单的机器学习入门编程,Kmeans聚类(Simple machine learning introductory programming, Kmeans clustering)