搜索资源列表
k-means
- 聚类算法的具体步骤分析,关于k-means算法-Clustering analysis of the concrete steps on the k-means algorithm
k-means
- 关于数据挖掘中k-means算法的英文介绍分析-Data Mining on the k-means algorithm analysis in English, introduced
10Algorithms-08
- This paper presents the top 10 data mining algorithms identified by the IEEE International Conference on Data Mining (ICDM) in December 2006: C4.5, k-Means, SVM, Apriori, EM, PageRank, AdaBoost, kNN, Naive Bayes, and CART. These top 10 algorithms
brain_tumor_fcm
- In this project ,we propose a color based segmentation method that uses the c means clustering technique to track tumor objects in magnetic resonance (MR) brain images. The key concept in this color based segmentation algorithm with k means means to
File3
- 数据挖掘,聚类,遗传算法,k-means算法,基于遗传算法的k-means聚类方法。-Data mining, clustering, genetic algorithm, k-means algorithm, based on genetic algorithm k-means clustering method.
junzhi
- k-均值算法,主要进行在matlab中的程序实现,进行图像的分割处理-k-means algorithm, mainly for the program in the matlab implementation for image segmentation
01714200
- K-means Algorithm Based on Particle Swarm Optimization Algorithm for Anomaly Intrusion Detection
k-means-
- 这个文档提供了几种k-means算法的改进流程图与思路-This document provides an improvement of several k-means algorithm flowchart and ideas
k-means
- 这是一个实现K—means算法的工程包文件,可以直接导入myeclipse后应用-This is a realization of K-means algorithm engineering package file, you can directly import myeclipse after applications ...
K-means-update
- 简明扼要介绍k均值算法使用方法及注意事项,有利于初学者学习-A concise introduction to the use of methods and precautions k-means algorithm, beneficial for beginners to learn
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-means
- 基于云计算平台Hadoop的并行k-means聚类算法设计研究-Parallel k-means clustering algorithm designed Hadoop cloud-based computing platform
k-means-
- 基于云计算平台Hadoop的并行k-means聚类算法设计研究-Parallel k-means clustering algorithm designed Hadoop cloud-based computing platform
K-MeansDistance
- In this paper, we try to find out the efficiency of K-means algorithm with respect to different distance measures-In this paper, we try to find out the efficiency of K-means algorithm with respect to different distance measures
K-means
- 初略介绍k-means,初学者可通过此文档认识什么是k-means算法-Slightly introduced at the beginning of k- means, beginners can pass this document to know what is k- means algorithm
Implementation-of-algorithm-of-k-means-on-cSharp.
- Implementation of algorithm of k-means on c#
K-means
- k-means 在hadoop mahout上的运作-the K-Means algorithm using on hadiio mahout
k-junzhi
- 通过对K-均值算法的编程实现,加强对该算法的理解和认识。提高自身的知识水平和编程能力,认识模式识别在生活中的应用。 算法思想K-均值算法的主要思想是先在需要分类的数据中寻找K组数据作为初始聚类中心,然后计算其他数据距离这三个聚类中心的距离,将数据归入与其距离最近的聚类中心,之后再对这K个聚类的数据计算均值,作为新的聚类中心,继续以上步骤,直到新的聚类中心与上一次的聚类中心值相等时结束算法。-By programming K- means algorithm implementation, s
K-Means
- 对500个随机二维坐标点进行聚类,然后通过C++程序输出窗口输出。(Cluster Algorithm.Put the 500 2d points into 20 clusters.)