搜索资源列表
Kmeans
- 量化程序,采用标准的Loyd-Max algorithm,提供了一个实例,并对结果进行了分析。很有学习的价值。
CVPRtoolbox-revision97
- 该工具箱的目的是要帮助人们理解计算机视觉方法引用另一种为在 matlab 的源代码。 因此,一些方法被 re-implemented,即使当其源代码不可用时,matlab 最初,具有方法。 例如 re-implemented kmeans 算法。-The aim of this toolbox is to present source codes in matlab as another kind of references for helping people to understan
KMEANS
- 对二维数组的最基础的K-means聚类算法的c++实现-Two-dimensional array of the most basic K-means clustering algorithm c++ to achieve
kmeans
- 这是基本的k均值算法是模式识别的聚分类问题,这是用C实现其算法以下是程序源代码,希望对大家有所帮助。-This is the basic k-means algorithm is a pattern recognition classification of polyethylene, which is used to achieve its algorithm C Following is the source code, I hope all of you to help.
KMEANS
- kmeans算法的java实现,是一个applet程序,方便实用-java algorithm kmeans achieved applet is a program to facilitate the practical
kmeans
- k means clustering algorithm used for clustering a spread data
KMEANS
- 基于c++的k-means聚类分析算法,实用性很强-Cluster analysis algorithm
semi-ga
- 半监督遗传算法,基于kmeans的半监督遗传算法-Semi-supervised genetic algorithm, based on the semi-supervised genetic algorithm kmeans
Kmeans
- Kmeans Algorithm Implementation
K-means-cSharp--code
- k均值算法是模式识别的聚分类问题,这是用C#实现其算法-K-means algorithm is pattern recognition of poly classification problem, this is written in c# realize its algorithm
Kmeans
- Kmeans 算法是聚类分析中使用最为广泛的算法之一,其每个类别均用该类中所有数据的平均值(或加权平均)来表示,这个平均值即被称作聚类中心。该方法虽然不能用于 类别属性的数据,但对于数值属性的数据,它能很好地体现聚类在几何和统计学上的意义。-Kmeans algorithm is the most widely used cluster analysis algorithm, each category with the average of all data in the class (
kmeans
- Kmeans algorithm using matlab
kmeans
- 这是kmeans算法的c++实现,很实用-the kmeans algorithm _c_c++ achieve
kmeans--C---
- 这是kmeans算法的c语言实现,区分c-Kmeans algorithm c language, distinguish c++
KMEANS
- 转kmeans 算法源代码,希望对大家有帮助-Turn kmeans algorithm source code
kmeans.tcl
- Tcl file for cluster formation using kmeans algorithm
kmeans
- kmeans algorithm application
基于数据挖掘的网络入侵检测
- 基于数据挖掘的网络入侵,针对传统的kmeans算法存在缺点,提出一种改进的kmeans算法进行网络入侵识别(Based on the network intrusion of data mining, an improved kmeans algorithm is proposed for network intrusion recognition based on the disadvantages of traditional kmeans algorithm)
聚类k-means
- 一个非常简单的kmeans算法,主要用于聚类分析,用户仅需要输入聚类数(A very simple kmeans algorithm, mainly for clustering analysis, users only need to enter the number of clusters)
H
- 自己编写的kmeans算法程序,是应用于模式识别的一种方法(The kmeans algorithm written by myself is a method applied to pattern recognition.)