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

搜索资源列表

  1. jz

    0下载:
  2. 利用K-均值聚类算法对如下数据进行聚类,要求输出每个类及其中的元素-K-means clustering algorithm using the following data on the cluster, requiring the output of each class and its elements
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1289
    • 提供者:高英培
  1. k-meanscluster

    0下载:
  2. K-means聚类算法的VC实现,算法简单-K-means clustering algorithm to achieve VC algorithm is simple
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:220528
    • 提供者:赵刚
  1. K-means-clustering-algorithm

    1下载:
  2. 用matlab实现K均值聚类算法,里面有详细的英文备注和举例,可以看明白-Achieved using K means clustering algorithm matlab
  3. 所属分类:matlab

    • 发布日期:2014-06-25
    • 文件大小:5120
    • 提供者:na
  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

    0下载:
  2. K-均值聚类算法程序,数据挖掘中比较经典的一种聚类算法-K-means clustering algorithm procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1158
    • 提供者:fanjiajie
  1. textcluster

    0下载:
  2. 经典的K-means聚类算法,其中用到了tf-idf权值计算方法。-Classic K-means clustering algorithm,Among them the use of the tf-idf right value calculation method.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:9865
    • 提供者:huaxiuli
  1. k-means

    0下载:
  2.  K-means算法是最为经典的基于划分的聚类方法,是十大经典数据挖掘算法之一。K-means算法的基本思想是:以空间中k个点为中心进行聚类,对最靠近他们的对象归类。通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果。-K-means algorithm is based on the division of the classic clustering method, is ten classic one of data mining algorithm. K-means the
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:594
    • 提供者:彭立军
  1. fuzzykmeans

    0下载:
  2. 模糊k均值算法,将模糊理论和k均值聚类算法想结合。-fuzzykmeans clustering ,combine the fuzzy theoy and kmeans clustering.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1068
    • 提供者:王炳景
  1. K-Means

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

    • 发布日期:2017-04-04
    • 文件大小:4133
    • 提供者:wanghu
  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. kcenters

    0下载:
  2. K中心聚类算法 ,声明:本源程序由网络搜集整理,不承担技术及版权问题!-K center clustering algorithm, the statement: This source collected by the network, does not bear the technical and copyright issues!
  3. 所属分类:matlab

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

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

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

    0下载:
  2. 次算法基于欧式距离,用于数据挖掘k均值聚类算法,或者用于数据挖掘作业-for dating ,kmeans
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:76299
    • 提供者:dailihua
  1. PK-means

    0下载:
  2. K-means聚类算法,用于文件、数据的聚类分析-K-means clustering algorithm for document clustering analysis of the data
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:4299
    • 提供者:贾桂锋
  1. K-means

    1下载:
  2. k均值聚类算法,初始随机给定k个簇中心,根据邻近原则,把待分类的样本点分到各个簇。-k-means clustering algorithm,which is applied in RBF neural network.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:620
    • 提供者:吴元元
  1. Matlab-image-K-means-

    0下载:
  2. 基于matlab的图像K均值聚类算法程序-Matlab image K-means clustering algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:1186
    • 提供者:zhaoxinyan
  1. k-means.zip

    0下载:
  2. K值聚类算法的c语言源程序,很容易理解,有待进一步改进,The K value clustering algorithm c language source code, it is easy to understand, needs to be further improved
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:706469
    • 提供者:时丹
  1. K-means-clustering-algorithm

    0下载:
  2. K均值聚类算法-适用于裁判打分等经典分类,适合初学者-K-means clustering algorithm- classical classification applies to the referee scoring for beginners
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:1738
    • 提供者:张德永
  1. k-means

    0下载:
  2. k-均值聚类算法C语言源码,k-均值聚类算法C语言源码-k-means clustering algorithm C language source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:10585
    • 提供者:林凯
  1. K-means

    0下载:
  2. 在诸多的图像分割算法中,K-means聚类方法体现出了高效性和简洁性。该代码完整实现了k-means算法,并利用该算法进行图形分割。k-means 算法接受参数 k,然后将事先输入的n个数据对象划分为 k个聚类以使得所获得的聚类满足:同一聚类中的对象相似度较高,不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-This code implements the K-means method for image segmentation,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:62007
    • 提供者:Zhang
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com