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

搜索资源列表

  1. texture3

    0下载:
  2. 本程序在对图像进行纹理分析(基于共发矩阵的方法)的基础上,获取图像不同区域的纹理特征,针对这些纹理特征,采用聚类(K-mean)的分类算法对图像进行区域划分!-procedures in the right image texture analysis (based on total fat matrix method), on the basis of access to different regions of the image texture features, these featur
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:350655
    • 提供者:陈镇静
  1. textureA2

    0下载:
  2. 本程序在对图像进行纹理分析(由于共发矩阵的方法效果很不好,本程序采用基于频率域的纹理分析算法)的基础上,获取图像不同区域的纹理特征,针对这些纹理特征,采用聚类(K-mean)的分类算法对图像进行区域划分!-procedures in the right image texture analysis (due to a total of hair matrix, the effect is very bad, the program uses a frequency domain based on
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:303623
    • 提供者:陈镇静
  1. UPublic

    0下载:
  2. 一个用delphi 写的图像,K均值(K-means)聚类算法-Written with the image of a delphi, K mean (K-means) clustering algorithm
  3. 所属分类:Picture Viewer

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

    0下载:
  2. k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-In statistics and machine learning, k-means clustering is a method of cluster analysis which aims to partition n observations into
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1534
    • 提供者:zhanguo
  1. PatternRecognition

    0下载:
  2. 对图像利用ISODATA与K均值算法进行聚类分析-Clustering analysis for image by ISODATA and K-Mean Algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:61477
    • 提供者:钱成越
  1. k_means

    0下载:
  2. In statistics and machine learning, k-means clustering is a method of cluster analysis which aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean. It is similar to the expectation-max
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3144
    • 提供者:Lee Sangmin
  1. DocumentCluster

    0下载:
  2. clustering k-mean java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5437
    • 提供者:makki
  1. procustesAlign

    0下载:
  2. Performs Procustes point alignment on a group of point sets. Method rigidly aligns, shifts, and scales points to reduce mean square error. Method is described in: B. Klare, P Mallapragada, A.K. Jain, and K. Davis, "Clustering Face Carvings: E
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:855
    • 提供者:B
  1. Image_Clust

    0下载:
  2. Title: Image Clutering K-means and Mean Shift) delphi implemetation Descr iption: This delphi program contains image clustering algorithms K-means and Mean shift. Contains 2 pas file for kmeans and mean shift. by chamika deshan
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-27
    • 文件大小:27128
    • 提供者:rtamarit
  1. NewK-means-clustering-algorithm

    0下载:
  2. 珍藏版,可实现,新K均值聚类算法,分为如下几个步骤: 一、初始化聚类中心 1、根据具体问题,凭经验从样本集中选出C个比较合适的样本作为初始聚类中心。 2、用前C个样本作为初始聚类中心。 3、将全部样本随机地分成C类,计算每类的样本均值,将样本均值作为初始聚类中心。 二、初始聚类 1、按就近原则将样本归入各聚类中心所代表的类中。 2、取一样本,将其归入与其最近的聚类中心的那一类中,重新计算样本均值,更新聚类中心。然后取下一样本,
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:753
    • 提供者:姜亮
  1. Kmeans-julei

    0下载:
  2. 动态聚类的k均值算法,采用matlab编程,内有多个子程序,和一个主程序-dynamic clustering algorithm k mean using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2472
    • 提供者:liuyang
  1. kmeans-program

    0下载:
  2. k-mean algorithm for clustering
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:599
    • 提供者:svc
  1. K-MEANS

    0下载:
  2. 均值计算方法源码实现:分群的方法,就改成是一个最佳化的問題,換句话說,我們要如何选取 c 个群聚以及相关的群中心,使得 E 的值为最小。 -Method of calculating the mean source implementation: clustering method, based on the best change is a problem, in other words, how do we choose c a center cluster and related g
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2369
    • 提供者:qing
  1. Datamining

    0下载:
  2. an intuitive implementation of the k-mean algorithme for data-sets clustering, you have to preprocess your data set as shown in the data.dat and data.dfn befor execute
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:66561
    • 提供者:rym
  1. yael_kmeans

    0下载:
  2. 数字图像中快速k均值聚类图像的实现算法,可以运行啊-Fast mex K-means clustering algorithm with possibility of K-mean++ initialization
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:120832
    • 提供者:张龙
  1. kmean

    0下载:
  2. k mean for clustering in the matlab.cluster do in environment 3-dimontional.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8132
    • 提供者:aref
  1. Cpp1

    0下载:
  2. 距离与相异度,然后介绍一种常见的聚类算法——k均值和k中心点聚类-Distance and dissimilarity, and then introduce a clustering algorithm- k mean and k-medoids clustering
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1678
    • 提供者:朱青
  1. KMean

    0下载:
  2. KMEAN C# In data mining, k-means clustering is a method of cluster analysis which aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean. This results in a partitioning of the data sp
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:1578
    • 提供者:Truong
  1. Km

    0下载:
  2. In data mining, k-means clustering is a method of cluster analysis which aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean. This results in a partitioning of the data space into Vo
  3. 所属分类:File Formats

    • 发布日期:2017-11-24
    • 文件大小:691
    • 提供者:pongpan
  1. kmeans

    0下载:
  2. kmeans methode (k-means clustering is a method of cluster analysis which aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean)
  3. 所属分类:Algorithm

    • 发布日期:2017-12-06
    • 文件大小:1596
    • 提供者:
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com