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

搜索资源列表

  1. k_means

    0下载:
  2. 用最简单的方法来实现kmeans聚类,具有不错的效果-The most simple way to achieve kmeans clustering, with good results
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1250
    • 提供者:shulei_yao
  1. k_means

    0下载:
  2. 一个简单的k-means分类方法,有详细的解释,能直接运行的。-A simple k-means classification method, and a detailed explanation can be run directly.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1164
    • 提供者:周正
  1. k_means

    0下载:
  2. k均值聚类算法,可以完成k均值聚类运算。实现几个点的聚类-k means clustering algorithm, k means clustering operation can be completed. Clustering to achieve several points
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:26511
    • 提供者:lazyshi
  1. k_means

    0下载:
  2. k均值的 咱们做非监督分类都用过 不想理解他的原理吗 很重要-k mean we do not want unsupervised classification are used to understand his theory is very important to you
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2861
    • 提供者:张策
  1. k_means-1982

    0下载:
  2. kmeans算法,用于结局聚类分析等问题-kmeans algorithm for cluster analysis of outcomes and other issues
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1115090
    • 提供者:张在行
  1. k_means

    0下载:
  2. 首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。一般都采用均方差作为标准测度函数. k个聚类具有以下特点:各聚类本身尽可能的紧凑,而各聚类之间尽可能的分开。-First, a data object from the n choose k objects as in
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1072
    • 提供者:lx
  1. alc850_a64

    0下载:
  2. my Cv is in English.Please send me C++ program about k_means algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:436287
    • 提供者:dimov
  1. K_means

    0下载:
  2. 很好k-means聚类,很好的matlab源码-Good k-means clustering, a good source matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1794
    • 提供者:童晶
  1. k_means

    0下载:
  2. 实现K-means算法,高斯随机分布抽取数据 利用k-means算法实现分类-Implement K-means algorithm to extract the data using Gaussian random distribution of k-means classification algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:1572
    • 提供者:佑礼
  1. GA-k-means

    0下载:
  2. GA-k-means算法 基于遗传算法的k_means聚类方法的研究(33-48)-GA-k-means algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:2258
    • 提供者:xfx
  1. K_means-matlab

    0下载:
  2. kmeans算法matlab 实现,可以处理2维数据集-kmeans algorithm matlab implementation, can handle 2-D data set
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:19502
    • 提供者:maorenhua
  1. KmeansaKNN

    0下载:
  2. attached file contain two algorithm for classification.K_means and K Nearest Neiborhood. and related m_filles in matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:9111
    • 提供者:mohsen
  1. k_means

    0下载:
  2. 一种聚类方法。就省略了概率估计这一步,而直接进行判别函数的设计。-one cluster algorithm.To estimate the probability of this step is omitted, and direct discriminant function design.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:834
    • 提供者:lichengliang
  1. k_means

    0下载:
  2. K均值聚类,输入聚类前的点集以及阈值,输出最后各个分类的中心点-K-means clustering, the input point set before clustering and threshold, output the final classification of the center of each
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:590
    • 提供者:wangmumu
  1. kMeansCluster

    0下载:
  2. 基于matlaB工具的一种简单的关于K_means聚类的算法-A simple clustering algorithm on K_means
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1886
    • 提供者:shuhua
  1. k_means

    0下载:
  2. k均值处理流程: (1) 从 n个数据对象任意选择 k 个对象作为初始聚类中心; (2) 循环(3)到(4)直到每个聚类不再发生变化为止; (3) 根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分; (4) 重新计算每个(有变化)聚类的均值(中心对象)-k means
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:47386
    • 提供者:zmdq
  1. ideal_k_means

    0下载:
  2. matlab的k_means(k均值)算法的例子的实现。-the matlab k_means (k mean) algorithm example implementation.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:924
    • 提供者:Boyu Hong
  1. K_means

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

    • 发布日期:2017-04-15
    • 文件大小:6599
    • 提供者:郑智
  1. k_means

    0下载:
  2. 用matlab实现k-means聚类算法,本程序将随机数据点分为三类-Using matlab to achieve k-means clustering algorithm, the program will randomly divided into three categories of data points
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:782
    • 提供者:tangtso
  1. K_means

    0下载:
  2. 本项目是居于K均值聚类的思想,对灰度图像进行分割。-This project is the idea of living in the K-means clustering, the gray scale image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:6059856
    • 提供者:傅智勇
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com