CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - kmeans算法

搜索资源列表

  1. KMEANS(matlab)

    0下载:
  2. Matlab环境下的k-means聚类算法,实现图像分割,很快阿!-K-means Clustering arithmetic based on Matlab platform.It s fast for Image-Division!
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:32740
    • 提供者:刘明霞
  1. KMEANS

    0下载:
  2. k-means 动态聚类算法源程序 非常好用 高的效率
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:30037
    • 提供者:张红
  1. KMEANS

    0下载:
  2. 聚类分析中一个简单的聚类算法:K均值算法。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34847
    • 提供者:王桂芝
  1. kmeans

    0下载:
  2. 著名的k均值算法程序,希望对做语音处理的人有用
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1469
    • 提供者:zengxiuhua
  1. kmeans

    0下载:
  2. kmeans算法的描述,源代码实现,matlab上 的程序-kmeans
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1790
    • 提供者:lule
  1. KMEANS

    0下载:
  2. kmeans算法的java实现,是一个applet程序,方便实用-java algorithm kmeans achieved applet is a program to facilitate the practical
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:4167
    • 提供者:sogone
  1. KMEANS

    0下载:
  2. 基于c++的k-means聚类分析算法,实用性很强-Cluster analysis algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1971281
    • 提供者:天琪翼
  1. K-means

    0下载:
  2. kmeans算法代码,已经通过验证,可以正常使用,没有病毒
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:8826
    • 提供者:dfdsfds
  1. Kmeans

    0下载:
  2.  Kmeans 算法是聚类分析中使用最为广泛的算法之一,其每个类别均用该类中所有数据的平均值(或加权平均)来表示,这个平均值即被称作聚类中心。该方法虽然不能用于 类别属性的数据,但对于数值属性的数据,它能很好地体现聚类在几何和统计学上的意义。-Kmeans algorithm is the most widely used cluster analysis algorithm, each category with the average of all data in the class (
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4893
    • 提供者:sun
  1. kmeans

    0下载:
  2. 这是kmeans算法的c++实现,很实用-the kmeans algorithm _c_c++ achieve
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:981
    • 提供者:安依然
  1. kmeans--C---

    0下载:
  2. 这是kmeans算法的c语言实现,区分c-Kmeans algorithm c language, distinguish c++
  3. 所属分类:Other systems

    • 发布日期:2017-11-03
    • 文件大小:2240
    • 提供者:安依然
  1. KMEANS

    0下载:
  2. 转kmeans 算法源代码,希望对大家有帮助-Turn kmeans algorithm source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7405
    • 提供者:李敏
  1. kmeans

    0下载:
  2. 这个是处理遥感影像的Kmeans算法,包括了matlabGUI界面,显示处理遥感影像的迭代次数和运行时间-This is the deal with remote sensing images K Means algorithm, including matlabGUI interface, remote sensing image display processing iterations and run time
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:39985
    • 提供者:
  1. kMeans

    0下载:
  2. KMeans算法的python实现,之前的代码是针对py2.7及以前的,这个是py3的-KMeans python algorithm implemented before the code is for py2.7 and before, this is the py3
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1071
    • 提供者:王宇龙
  1. 基于数据挖掘的网络入侵检测

    0下载:
  2. 基于数据挖掘的网络入侵,针对传统的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)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:23552
    • 提供者:WAQ
  1. 聚类k-means

    3下载:
  2. 一个非常简单的kmeans算法,主要用于聚类分析,用户仅需要输入聚类数(A very simple kmeans algorithm, mainly for clustering analysis, users only need to enter the number of clusters)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:10240
    • 提供者:AAA哥
  1. k-means-master

    0下载:
  2. just a silly k-means implementation in MATLAB. 简单的用MATLAB实现的kmeans算法(just a silly k-means implementation in MATLAB.)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:a449337053
  1. Kmeans

    0下载:
  2. python实现的k-means聚类算法(k-means clustering algorithm implemented by python)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:2402304
    • 提供者:383794668
  1. H

    0下载:
  2. 自己编写的kmeans算法程序,是应用于模式识别的一种方法(The kmeans algorithm written by myself is a method applied to pattern recognition.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:圆脸君
  1. kmeans

    1下载:
  2. 利用k均值聚类算法对数据进行聚类分析(数据点通过随机生成)(Using k-means clustering algorithm to cluster data (data points are generated randomly))
  3. 所属分类:其他

    • 发布日期:2020-09-28
    • 文件大小:52224
    • 提供者:Ruby_Wang
« 12 3 4 5 6 »
搜珍网 www.dssz.com