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

搜索资源列表

  1. k-means

    1下载:
  2. 空间数据分析中最常用的是聚类分析,而K-MEANS算法是聚类分析中常用的,其主要思想是在给定的聚类数目下对多维(我做的是三维空间点)向量进行聚类,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5986
    • 提供者:tangkezong
  1. k-means

    0下载:
  2. 用MFC开发的简单的k-means实现代码,原创啊
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2377
    • 提供者:李谦
  1. K-Means动态聚类算法源程序

    0下载:
  2. This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers using the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:31000
    • 提供者:刘思
  1. K-means算法源码

    1下载:
  2. kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers
  3. 所属分类:图形/文字识别

    • 发布日期:2015-06-10
    • 文件大小:3497
    • 提供者:li
  1. k-means

    0下载:
  2. k均值算法源代码下载,k-means
  3. 所属分类:数值算法/人工智能

  1. K means mpi

    0下载:
  2. K means mpi
  3. 所属分类:Linux/Unix编程

    • 发布日期:2011-05-10
    • 文件大小:237699
    • 提供者:ederbfonseca
  1. k-means聚类算法

    2下载:
  2. 实现数据的聚类操作,代码简洁易用!
  3. 所属分类:图形图象

    • 发布日期:2011-05-16
    • 文件大小:1497
    • 提供者:tdp111
  1. K-MEANS 演算法

    0下载:
  2. K-MEANS 演算法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-04
    • 文件大小:2778311
    • 提供者:denny10079
  1. fastapcluster.zip

    1下载:
  2. 改进的邻近聚类方法,比k-means 和模糊c均值聚类好
  3. 所属分类:matlab例程

    • 发布日期:2011-09-19
    • 文件大小:29296
    • 提供者:noangry
  1. k-means c++源码

    0下载:
  2. 社团结构划分中 k-means算法 C++源码
  3. 所属分类:其它

    • 发布日期:2012-05-21
    • 文件大小:3568
    • 提供者:s_ssss
  1. K_means_color_segmentation.rar

    3下载:
  2. 用k-means 做彩色图像分割,分类数可选,Using k-means to do color image segmentation, classification number of optional
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1615
    • 提供者:卢学
  1. codebook.rar

    0下载:
  2. a matlab program that deals with k-means algorithm to cluster the data points and build codebook.,a matlab program that deals with k-means algorithm to cluster the data points and build codebook.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1516538
    • 提供者:switspk
  1. MeanShiftCluster.zip

    0下载:
  2. Mean shift clustering. K means clustering.,Mean shift clustering. K means clustering.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2125
    • 提供者:Ezekiel
  1. k-means-and-cure-in-Iris-Data-Set

    2下载:
  2. 聚类算法实验,采用两种不同类型的聚类算法:基于划分的聚类方法k-means和基于层次的聚类方法CURE,采用的数据集是:Iris Data Set,数据集中共包含150组数据信息。 材料中有详细的说明文档,具体介绍了算法实现的细节,很容易理解-Clustering algorithm experiment, using two different types of clustering algorithm: Partition-based clustering method k-means
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:189832
    • 提供者:牛魔王
  1. ImageClustering.rar

    0下载:
  2. 本程序实现了K均值(HCM)算法,ISODATA算法,模糊C均值(FCM),模糊阈值法等对遥感影像的分割。,This program implements K means (HCM) algorithm, ISODATA algorithm, fuzzy C means (FCM), fuzzy threshold law of remote sensing image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3361215
    • 提供者:wll
  1. kmeans

    2下载:
  2. 基于matlab的图像k均值算法,实现对一副彩色图像进行分割。-Matlab image based on k means algorithm, to realize a color image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2016-04-18
    • 文件大小:1172
    • 提供者:李兴泽
  1. k-means-segamen-method

    0下载:
  2. 本实验基于K-Means聚类算法思想实现了字符分割,因为车牌规定是7位的,所以K取7。另外本实验对K-Means算法进行了改进,充分考虑了初始点的设置及迭代结束条件。实验结果证明这种改进的K-Means算法实现车牌字符分割是快速、有效的。-In this study, K-Means clustering algorithm based on the ideology of the character segmentation, because the license plate require
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1373624
    • 提供者:王娟
  1. 聚类K-Medoids算法

    3下载:
  2. 聚类K-Medoids算法。文件里面包含了详细的程序说明和示例。-K-Medoids clustering algorithm.The file contains a detailed descr iption of the procedures and examples.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-10-17
    • 文件大小:19734
    • 提供者:
  1. PSO_K

    3下载:
  2. 毕设题目,基于K均值的PSO聚类算法,共享了。-Bi-based topic of the PSO-based K-means clustering algorithm, shared.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-09
    • 文件大小:3577
    • 提供者:yujin liu
  1. demo

    1下载:
  2. 实现数据挖掘的几个算法,包括模糊聚类,K均值,以及K近邻等聚类算法-Some of the implementation of data mining algorithms, including fuzzy clustering, K-means, as well as neighbors, such as clustering algorithm K
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:256007
    • 提供者:Haha
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com