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

搜索资源列表

  1. K-Means

    0下载:
  2. 这个目录包含了K - means算法的代码实现。源代码可以发现在KMEANS.CPP。样本数据isfound在KM2.DAT。 KMEANS程序接受输入向量的组成和计算使用K - means算法的集群中心。输出被定向到屏幕上。 -This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.D
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:30204
    • 提供者:秋西西
  1. K-means

    0下载:
  2. 聚类算法(K-means)源代码,通过对该代码的运行,可以实现对各种数据的聚类显示,最终选出聚类中心-Clustering algorithm (K-means) source code, run through the code, can display a variety of data clustering, selected a cluster center
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2650
    • 提供者:yaoxuanhua
  1. k-means

    0下载:
  2. k-means MPI implementation for sparse matrixes
  3. 所属分类:MPI

    • 发布日期:2017-04-23
    • 文件大小:10222
    • 提供者:aaz
  1. k-means

    0下载:
  2. k-means算法,用于聚类,是一种机器学习的典型算法- k-means, used to clustering
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3631
    • 提供者:ares
  1. K-means-algorithm-source-code

    0下载:
  2. K-means算法源码,一个牛人给的,挺经典的,值得学习。-K-means algorithm source code, a person to cattle, and very classic, it is worth learning.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3389
    • 提供者:Huang Shanshan
  1. K-Means

    0下载:
  2. K-means 动态聚类算法,在人工智能、神经网络中应用非常广泛-Dynamic K-means clustering algorithm in artificial intelligence, neural network is widely used in
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:30172
    • 提供者:楚天
  1. K-MEANS-N

    0下载:
  2. K均值聚类算法实现有二维的聚类扩展到任意维样本点的聚类.-K-means clustering algorithm to achieve a two-dimensional clustering extends to any dimension of the cluster sample points.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3807673
    • 提供者:fukaifang
  1. 11

    0下载:
  2. K均值,随机产生一组数据并加以聚类,是学习图像处理的基础-K-means, random values, and clustering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2145
    • 提供者:范志强
  1. K-Means-algorithm-source-program

    0下载:
  2. c++源码K-Means动态聚类算法源程序。,希望对工程应用有帮助。-K-Means dynamic clustering algorithm source program ,I hope it will be helpful.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:30580
    • 提供者:aspirerabbit
  1. k-means

    0下载:
  2. k-means算法的c++实现,写的比较不错,传上来加加分-k-means algorithm c++ implementation, written in relatively good transfer points up Gaga
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5893
    • 提供者:wangchangbin
  1. k-means-algorithm-program

    0下载:
  2. 用于实现k-means聚类分析的matlab代码-Used to implement k-means clustering analysis matlab code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:397845
    • 提供者:郑智
  1. k-means-algorithm-implement

    1下载:
  2. 用于实现K-MEANS聚类分析的C++代码-Used to implement the K-MEANS clustering analysis of the C++ code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:15217
    • 提供者:郑智
  1. K-means

    0下载:
  2. K均值聚类算法,网上已存在很多,我是新手,大神的看不懂,觉得自己编的比较适合菜鸟理解吧-K-means clustering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:685
    • 提供者:卢毓奇
  1. k-means

    1下载:
  2. K-means源码,用matlab实现,共有两个例子,简单易学-K-means source code, using matlab realize, there are two examples, easy to learn
  3. 所属分类:matlab

    • 发布日期:2014-04-29
    • 文件大小:24576
    • 提供者:leven
  1. K-means

    0下载:
  2. it is acode for k-means clustering
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1689
    • 提供者:hamideh
  1. k-means

    0下载:
  2. K means matlab code for image processing
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:727
    • 提供者:venkatrajan
  1. k-means

    0下载:
  2. k means algorithm for clustering and demo of it is given here for understanfing it in proper manner-k means algorithm for clustering and demo of it is given here for understanfing it in proper manner
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1199
    • 提供者:bharat
  1. K-Means

    0下载:
  2. 数据挖掘K-means算法实现,源码,是大家学习的好资源啊-DM(data mining)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:32018
    • 提供者:刘小丽
  1. K-means

    0下载:
  2. 本篇为分为2类的K-means变化监测,对于本实验中的图效果还可以。-Divided into two classes of K-means change monitoring
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:396165
    • 提供者:任 营
  1. K-means

    0下载:
  2. k-means算法实现,对于要聚类的数据,可以对代码进行更改,读入自己的数据-This code implentents the K-means algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:196545
    • 提供者:lixu
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com