CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - k均值算法

搜索资源列表

  1. 123

    0下载:
  2. k均值算法是模式识别的聚分类问题,这是用C实现其算法以下是程序源代码
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6823
    • 提供者:按时扩大
  1. 用matlab实现K均值聚类算法

    5下载:
  2. 用matlab实现K均值算法
  3. 所属分类:文档资料

  1. YICHUAN

    0下载:
  2. 给予遗传算法的K均值聚类算法的c语言源代码,采用浮点数编码格式-ji YU YI CHUAN SUAN FA DE K JUN ZHI SUANFA
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:141720
    • 提供者:jim green
  1. junzhi

    0下载:
  2. k-均值算法,主要进行在matlab中的程序实现,进行图像的分割处理-k-means algorithm, mainly for the program in the matlab implementation for image segmentation
  3. 所属分类:Document

    • 发布日期:2017-03-28
    • 文件大小:2942
    • 提供者:sara
  1. classification

    0下载:
  2. 基于K均值算法的模糊分类器具有很好的分类效果,用它可以很准确的对训练样本进行分类. 此方法是将K均值算法应用于训练数据的聚类,对每个聚类的半径和聚类的中心都是可计算的. 而模糊系统设计方法就是用模糊度来描述聚类, 对训练数据进行高效且准确的分类.-based on K-mean Algorithm,it can Classify the original data very well!
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:143743
    • 提供者:刘明
  1. Kmeans-java

    0下载:
  2. K均值算法java实现,最简单的聚类算法,适合高斯聚类-K-means algorithm to achieve the java
  3. 所属分类:software engineering

    • 发布日期:2016-01-23
    • 文件大小:2048
    • 提供者:彭成松
  1. K-means-update

    0下载:
  2. 简明扼要介绍k均值算法使用方法及注意事项,有利于初学者学习-A concise introduction to the use of methods and precautions k-means algorithm, beneficial for beginners to learn
  3. 所属分类:Project Manage

    • 发布日期:2017-11-29
    • 文件大小:138341
    • 提供者:戴鹏睿
  1. DATA

    0下载:
  2. matlab数据文件,聚类标准测试数据,K均值聚类等经典算法都可以用。mat文件-matlab data files, the standard test data clustering, K-means clustering algorithm can be used such as the classic. mat file
  3. 所属分类:File Formats

    • 发布日期:2017-11-13
    • 文件大小:114498
    • 提供者:赵赫
  1. Fuzzy-Clustering

    0下载:
  2. K_means算法研究综述k均值聚类是最著名的划分聚类算法,由于简洁和效率使得他成为所有聚类算法中最广泛使用的。给定一个数据点集合和需要的聚类数目k,k由用户指定,k均值算法根据某个距离函数反复把数据分入k个聚类中。-rewelding K_means algorithm research review
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:1375409
    • 提供者:王小晋
  1. K-average-clustering-algorithm

    0下载:
  2. K-均值聚类算法研究。K - average clustering algorithm research.-K- average clustering algorithm research.
  3. 所属分类:Project Design

    • 发布日期:2017-05-14
    • 文件大小:3427589
    • 提供者:靳双燕
  1. k-means

    0下载:
  2. k均值算法的ppt,里面包含了模糊c均值算法,有益于对该算法的理解,有较大的帮助-k-means algorithm ppt, which contains a fuzzy c-means algorithm, the benefits of this algorithm understanding, a great help
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3950398
    • 提供者:zhongrui
  1. K-means-CPP

    0下载:
  2. 通过对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
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:171640
    • 提供者:李雪晨
  1. K-SVD

    0下载:
  2. K均值,K-SVD算法,字典学习,英文版算法的翻译-K-means, K-SVD algorithm, dictionary learning algorithm in English translation
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:769879
    • 提供者:刘振
  1. K均值算法的基本简介

    0下载:
  2. 这是基本的K均值算法的原理以及简介!希望能帮助到大家
  3. 所属分类:编程文档

  1. k-junzhi

    0下载:
  2. 通过对K-均值算法的编程实现,加强对该算法的理解和认识。提高自身的知识水平和编程能力,认识模式识别在生活中的应用。 算法思想K-均值算法的主要思想是先在需要分类的数据中寻找K组数据作为初始聚类中心,然后计算其他数据距离这三个聚类中心的距离,将数据归入与其距离最近的聚类中心,之后再对这K个聚类的数据计算均值,作为新的聚类中心,继续以上步骤,直到新的聚类中心与上一次的聚类中心值相等时结束算法。-By programming K- means algorithm implementation, s
  3. 所属分类:Document

    • 发布日期:2017-05-04
    • 文件大小:12155
    • 提供者:gh
  1. pm848

    0下载:
  2. 基于matlab GUI界面设计,基于K均值的PSO聚类算法,保证准确无误,是学习通信的好帮手。- Based on matlab GUI interface design, K-means clustering algorithm based on the PSO, Ensure accurate communication is learning a good helper.
  3. 所属分类:Communication

    • 发布日期:2017-12-13
    • 文件大小:7440
    • 提供者:官振运
  1. hei_yf14

    0下载:
  2. 基于K均值的PSO聚类算法,可以提取一幅图中想要的目标,关于超声波倒车雷达测距的。- K-means clustering algorithm based on the PSO, Target can be extracted in a picture you want, About ultrasonic parking radar ranging.
  3. 所属分类:software engineering

    • 发布日期:2017-12-15
    • 文件大小:6144
    • 提供者:李凯
  1. cedbk

    0下载:
  2. 基于K均值的PSO聚类算法,非常适合计算机视觉方面的研究使用,包括最小二乘法、SVM、神经网络、1_k近邻法。- K-means clustering algorithm based on the PSO, Very suitable for the study using computer vision, Including the least squares method, the SVM, neural networks, 1 _k neighbor method.
  3. 所属分类:Communication

    • 发布日期:2017-12-13
    • 文件大小:7737
    • 提供者:李玉哲
  1. jkidf

    0下载:
  2. 关于神经网络控制,包含位置式PID算法、积分分离式PID,基于K均值的PSO聚类算法。- On neural network control, It contains positional PID algorithm, integral separate PID, K-means clustering algorithm based on the PSO.
  3. 所属分类:Communication

    • 发布日期:2017-12-14
    • 文件大小:6144
    • 提供者:池松娥
  1. K-均值聚类

    0下载:
  2. 简单的机器学习入门编程,Kmeans聚类(Simple machine learning introductory programming, Kmeans clustering)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-07
    • 文件大小:270336
    • 提供者:xiaomiaoli
« 12 »
搜珍网 www.dssz.com