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

搜索资源列表

  1. K-mean

    0下载:
  2. 聚类算法中的k-means算法,和k-medoids 肯定是非常相似的。k-medoids 和 k-means 不一样的地方在于中心点的选取,在 k-means 中,我们将中心点取为当前 cluster 中所有数据点的平均值。-Clustering algorithm k-means algorithm, and k-medoids certainly very similar. k-medoids and k-means not the same place that the center o
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:22155
    • 提供者:赵小娟
  1. k-means

    2下载:
  2. K均值算法,将数据矩阵命名为data,设置聚类簇个数k,可对多维数据进行聚类。-K mean algorithm, the data matrix is named data, set the number of clusters K, can be used to cluster the multi-dimensional data.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1332
    • 提供者:袁理
  1. K-MeansPP

    0下载:
  2. K均值算法的实现,其中实现随机获取聚类中心-Realizing the K-means algorithm, which realize stochastic get clustering center
  3. 所属分类:GIS program

    • 发布日期:2017-04-14
    • 文件大小:2733
    • 提供者:羽伦
  1. RBF-k

    0下载:
  2. RBF-k均值聚类算法的matlab程序和样本数据,可用于RBF-k均值聚类算法的仿真。-RBF-k-means clustering algorithm matlab program and sample data, can be used to simulate the RBF-k-means clustering algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7142
    • 提供者:whult
  1. k

    0下载:
  2. 用K均值聚类分析把多组数据分成两类 本程序为给定20组数据(用矩阵A表示)分成B、C两组。-K-means clustering analysis of the multiple sets of data into two categories This program is given 20 sets of data (represented by the matrix A) into B, C groups.
  3. 所属分类:Algorithm

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

    0下载:
  2. matlabk-means聚类多维数据分析-matlabk-means clustering multidimensional data analysis
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1514
    • 提供者:Jain
  1. K-means-IRIS

    0下载:
  2. 用平均值取代表点的方法和K近邻法对Iris花进行分类-With the average of the representative point method and K-nearest neighbor to classify Iris flower
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4448
    • 提供者:zhangmuliu
  1. k-means_segmention

    0下载:
  2. 基于K均值聚类的彩色图像分割算法,最简单的聚类算法,可以看一下-K-means clustering segmentation algorithm based on the color image, the most simple clustering algorithm, can look
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:150844
    • 提供者:李红达
  1. K-Means-master

    4下载:
  2. 模糊C均值聚类算法的PYTHON实现,在UCI的IRIS数据集上实现-Fuzzy C-means clustering algorithm PYTHON realization, implemented on UCI s IRIS data set
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:14205
    • 提供者:Jingwei Huang
  1. k

    0下载:
  2. 主要是K-Means算法的实现,可以直接执行,其中图片的载入用到opencv,其他均为C++源码。-Mainly K- Means algorithm implementation, which can be d directly, the images load use opencv, other are c++ source code.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1801
    • 提供者:seven
  1. K

    0下载:
  2. K-MEANS聚类分析,用于实现目标识别效果~识别率较高~-K-MEAN Clustering analysis, used to achieve the target recognition effect ~ recognition rate is higher
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-04
    • 文件大小:243178
    • 提供者:zhangjun
  1. k-value-and-cells-counting

    0下载:
  2. K均值聚类、分水岭算法,可以用来白细胞红细胞计数-K-means clustering, watershed algorithm, can be used for white blood cell red blood cell count
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2036
    • 提供者:yunfeiying
  1. K-meansbased-on-image-segmentation

    0下载:
  2. 基于K-means聚类算法的图像分割 代码及实验测试结果-K-means clustering algorithm based on image segmentation code and some experimental results
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:341139
    • 提供者:xinxin
  1. k-junzhi

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

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

    0下载:
  2. k-means实现聚类算法的程序,简单易懂,适合初学者-K-means clustering algorithm to achieve the procedure, easy to understand, suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:678
    • 提供者:李晨阳
  1. RBF_K-means

    0下载:
  2. 考虑Hermit多项式的逼近问题 ,用k-means训练RBF网络-Consider Hermit polynomial approximation problem with k-means training RBF network
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2304
    • 提供者:houguoq
  1. K-means_C

    0下载:
  2. 用K-means算法实现数据聚类。首先利用C随机产生800个数据,并将这800个数据作为一组训练样本;其次利用K-means的原理跟方法将这组样本聚类成8个类,从而实现数据的分类。-Data Clustering with K-means Algorithm. First, 800 data were randomly generated by C and the 800 data were used as a set of training samples. Secondly, the K-m
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:9216
    • 提供者:叶阳
  1. k-means1

    0下载:
  2. Python version of k-means for data clustering
  3. 所属分类:Big Data

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:mira ait
  1. k-means

    0下载:
  2. 简单实现聚类算法中的经典k-menans算法,实现数据是二维数据- U7B80 u5B5 u5B9 u7B0 u803A u7R09 u7B09 u7B09
  3. 所属分类:Data Mining

    • 发布日期:2017-12-14
    • 文件大小:1024
    • 提供者:
  1. Classification K-NN

    0下载:
  2. classification des image satilitaire par k-means
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1226752
    • 提供者:seddik
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com