搜索资源列表
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
- kmeans算法的java实现,是一个applet程序,方便实用-java algorithm kmeans achieved applet is a program to facilitate the practical
KMEANS
- 基于c++的k-means聚类分析算法,实用性很强-Cluster analysis algorithm
semi-ga
- 半监督遗传算法,基于kmeans的半监督遗传算法-Semi-supervised genetic algorithm, based on the semi-supervised genetic algorithm kmeans
Kmeans
- Kmeans 算法是聚类分析中使用最为广泛的算法之一,其每个类别均用该类中所有数据的平均值(或加权平均)来表示,这个平均值即被称作聚类中心。该方法虽然不能用于 类别属性的数据,但对于数值属性的数据,它能很好地体现聚类在几何和统计学上的意义。-Kmeans algorithm is the most widely used cluster analysis algorithm, each category with the average of all data in the class (
kmeans
- k均值算法用Matlab实现,这个不太确定-k-means algorithm using Matlab achieve, this is not so sure
kmeans
- Kmeans algorithm using matlab
kmeans
- 数据挖掘kmeans图像聚类实验代码 用 VC 或 Java 实现 k-means 聚类算法, 分别以迭代次数及分配不再发生变化为算法终止条件,用图片(自己选择)作为数据集,比较运行时间(画出时间与像素点的关系曲线图,因此须用多幅像素个数不同的图片进行实验) 提交实验报告与源代码。-VC or Java k-means clustering algorithm, were no longer change the number of iterations and the allocation
kmeans
- 这是kmeans算法的c++实现,很实用-the kmeans algorithm _c_c++ achieve
kmeans--C---
- 这是kmeans算法的c语言实现,区分c-Kmeans algorithm c language, distinguish c++
MATLAB-KMEANS
- 基于matlab的k均值算法,程序比较简单,适合初学者学习-Matlab k-means algorithm, the procedure is relatively simple, suitable for beginners to learn
matlab---Kmeans
- kmeans聚类算法,比较经典的算法,里面有讲解,容易理解-kmeans clustering algorithm to compare the classical algorithm, which has to explain, easy to understand
d
- kmeans算法,实现数据分类,比人工更加准确科学-kmeans algorithm, data classification, more accurate than manual scientific
Kmeans
- C++控制台程序,实现的是K均值聚类算法,可供初学者参考。-C++ console program, realize that K-means clustering algorithm, for beginners reference.
KMEANS
- K-means算法,一种典型的动态聚类算法,实现2维数据的聚类-K-means algorithm, a typical dynamic clustering algorithm to achieve two-dimensional clustering
KClustering
- 用c++写的kmeans算法的一个小Demo-a small Demo for kmeans algorithm
KMEANS
- 转kmeans 算法源代码,希望对大家有帮助-Turn kmeans algorithm source code
基于数据挖掘的网络入侵检测
- 基于数据挖掘的网络入侵,针对传统的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.)