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

搜索资源列表

  1. K-means

    0下载:
  2. k-means有关类, k-means有关类,
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:37510
    • 提供者:libin
  1. K-means

    3下载:
  2. 针对一维数据集K-means算法的实现, 针对一维数据集K-means算法的实现, 针对一维数据集K-means算法的实现。-k-means
  3. 所属分类:C#编程

    • 发布日期:2016-11-21
    • 文件大小:5308
    • 提供者:李梦
  1. K-means_clustering_demo

    0下载:
  2. K-均值聚类算法 vc++图形演示程序-K-means clustering algorithm c++ demo program
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:75604
    • 提供者:leo
  1. KMeansClusterConsole

    0下载:
  2. K均值聚类算法,取前k个点为初始聚类中心,然后进行迭代聚类-K means clustering algorithm, fetch the first k points as initial cluster centers, then the iterative clustering
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:26510
    • 提供者:pyb
  1. K-means

    0下载:
  2. K-means K聚类算法的C++语言实现,里面附有使用文档和实例,在VS2005上实现的-K-means K clustering algorithm C++ language, which accompanied with documentation and examples implemented on the VS2005
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:222650
    • 提供者:陈龙
  1. TDIDF_Demo

    1下载:
  2. 基于k-means的文本聚类程序实现,希望对大家有帮助!-Based on the k-means clustering procedures for the realization of the text, I hope all of you help!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:11022
    • 提供者:刘佳
  1. K_means

    0下载:
  2. K-means MATLAB源程序,适用于聚类分析的代码-K-means MATLAB programe
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:7622
    • 提供者:黄小成
  1. K-means

    1下载:
  2. 简单实用的k均值聚类算法,可以实现多位向量的简单聚类-Simple and practical k-means clustering algorithm, can achieve more than a simple vector clustering
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2013-04-10
    • 文件大小:5898
    • 提供者:chunxiao
  1. K-Means

    0下载:
  2. 用于图像处理,K-MEANS聚类实现图像的分割和识别,是一种重要的图像处理方法-For image processing, K-MEANS Clustering achieve image segmentation and recognition, is an important image processing method
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5581
    • 提供者:nini
  1. k-means

    1下载:
  2. k均值聚类算法源码 聚类算法学习的实例功能-k-means cluster algorithm
  3. 所属分类:Other systems

    • 发布日期:2014-04-29
    • 文件大小:2583
    • 提供者:wueching
  1. K-MEANS

    0下载:
  2. 数据挖掘,K-means源码,数据集为iris-Data mining, K-means source code for the iris data set
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:295088
    • 提供者:刘凡
  1. K-means

    1下载:
  2. k-means 算法 step1 初始化K个质心 step2 将所有的点分配给最近的质心 step3 更新质心 step4 若质心都没用变化,则停止,否则返回step2 -k-means algorithm is initialized step1 step2 K a center of mass of all the points assigned to the nearest centroid centroid step3 step4 update no us
  3. 所属分类:C#编程

    • 发布日期:2013-04-10
    • 文件大小:44372
    • 提供者:vince
  1. K-means-cSharp--code

    0下载:
  2. k均值算法是模式识别的聚分类问题,这是用C#实现其算法-K-means algorithm is pattern recognition of poly classification problem, this is written in c# realize its algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:5243
    • 提供者:lihang
  1. K-Means

    0下载:
  2. K-means 算法的一种C# 实现,数据挖掘聚类算法-K-MEANS ALGORITHM
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:4133
    • 提供者:wanghu
  1. K-means

    0下载:
  2. 用matlab实现k均值算法,不用库函数(Implementation of K mean algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:胡果
  1. K-means

    0下载:
  2. 使用k-means算法对图像进行分割,并利用遗传算法对k-means算法加以改进(The k-means algorithm is used for the segment of images, and the genetic algorithm is used to improve the k-means algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:smile_ljx
  1. K-means

    0下载:
  2. 在里面的的是一些关于k-means的东西,用的mnist数据(I try the Mnits data and use K-means to doing the clustering)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:3072
    • 提供者:xiaodiaowa
  1. k-means-master

    0下载:
  2. k-means algorithm with matlab test code is very perfect
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:akbari1368
  1. K---MEANS

    0下载:
  2. 随机生成1000个二维坐标点并用K-means算法计算聚类结果(1000 two-dimensional coordinate points are generated randomly and the clustering results are calculated by K-means algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:78848
    • 提供者:Sunxiaoying
  1. k-means程序

    0下载:
  2. 介绍了k-means 均值聚类,能很好的将离散的点,聚类成几个指定的聚合点。(The K-means mean clustering is introduced, and the discrete points can be well clustered into several designated aggregation points.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:asq109
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com