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

搜索资源列表

  1. KMeans

    0下载:
  2. vs2013实现的k-means聚类算法,是一个2维点集的聚类演示程序-Vs2013 implementation of the K-means clustering algorithm, is a 2 dimensional point set of the clustering demonstration program
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:129570
    • 提供者:LuYong
  1. k-medoids

    2下载:
  2. 聚类算法中的k-medoids算法,和 k-means 肯定是非常相似的。事实也确实如此,k-medoids 可以算是 k-means 的一个变种。k-medoids 和 k-means 不一样的地方在于中心点的选取,在 k-medoids 算法中,我们将从当前 cluster 中选取这样一个点——它到其他所有(当前 cluster 中的)点的距离之和最小——作为中心点。-Clustering algorithm k-medoids algorithm, and k-means is certa
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:14396
    • 提供者:赵小娟
  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. Kmeans

    0下载:
  2. K均值聚类分析的matlab算法程序,用于对一系列的数据点进行聚类分析。-K-means clustering algorithm MATLAB program.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1177
    • 提供者:shenpeng
  1. smmc

    0下载:
  2. 处理多流形聚类问题,从相似性矩阵的角度出发,充分利用流形采样点所内含的自然的局部几何结构信息来辅助构造更合适的相似性矩阵并进而发现正确的流形聚类。-Handle multiple manifolds clustering problem, the perspective of the similarity matrix starting, make full use of local natural manifold geometry information contained samplin
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1650
    • 提供者:Yaoyao Liu
  1. Cluster_K-means

    1下载:
  2. k中心算法的基本过程是:首先为每个簇随意选择一个代表对象,剩余的对象根据其与每个代表对象的距离(此处距离不一定是欧氏距离,也可能是曼哈顿距离)分配给最近的代表对象所代表的簇;然后反复用非代表对象来代替代表对象,以优化聚类质量。聚类质量用一个代价函数来表示。当一个中心点被某个非中心点替代时,除了未被替换的中心点外,其余各点被重新分配。-The basic process k center algorithm is: First free to choose a delegate object fo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:2896358
    • 提供者:闫鑫
  1. Cluster_DBSCAN

    0下载:
  2. DBSCAN(Density-Based Spatial Clustering of Applications with Noise,具有噪声的基于密度的聚类方法)是一种基于密度的空间聚类算法。该算法将具有足够密度的区域划分为簇,并在具有噪声的空间数据库中发现任意形状的簇,它将簇定义为密度相连的点的最大集合。 该算法利用基于密度的聚类的概念,即要求聚类空间中的一定区域内所包含对象(点或其他空间对象)的数目不小于某一给定阈值。DBSCAN算法的显著优点是聚类速度快且能够有效处理噪声点和发
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3276289
    • 提供者:闫鑫
  1. cPP-isodata

    0下载:
  2. ISODATA聚类算法,显示聚类中心及每个类别的样本点-ISODATA clustering algorithm, cluster center display sample point and each category
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:3789
    • 提供者:lily
  1. my-k-means

    0下载:
  2. 这是一个k-means聚类算法,将一个四维量(比如有明确物理意义的花瓣长宽花萼长宽)按照几个中心点分成几类-This is a k-means clustering algorithm, a four-dimensional volume (such as a clear physical meaning petals calyx length and width aspect) is divided into several categories according to several ce
  3. 所属分类:Data Mining

    • 发布日期:2017-05-03
    • 文件大小:861097
    • 提供者:杨书涵
  1. 1K_means

    0下载:
  2. 用K-means算法将点进行聚类,点以结构体的形式表示,opencv+vs2010跑通。-By K-means clustering algorithm point, the point structure in the form of representation, opencv+ vs2010 run through.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-11
    • 文件大小:2462385
    • 提供者:张娇
  1. 1EMalgorithm

    0下载:
  2. 利用期望最大化聚类算法,从txt文件中读如200+个点的坐标,并将这些点尽心聚类。开发环境为opencv+vs2010-Expectation Maximization clustering algorithm, txt file read coordinates 200+ points, and these points dedicated cluster. opencv+ vs2010
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:5956517
    • 提供者:张娇
  1. colorSignature

    0下载:
  2. 用openCV提取图片的象素值,用聚类进行分割,找出各个聚类的中心点,聚类个数是动态决定的,可重新设置个数最大上限。-OpenCV extract images using pixel value segmentation by clustering to identify the center of each cluster, clustering is a dynamic number of decisions can be re-set the upper limit of the num
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:2477
    • 提供者:vi99730
  1. two-K-means

    0下载:
  2. K-means聚类算法,该程序是两个中心点的聚类方法,比较实用-K means clustering algorithm, the program is two center clustering method, practical
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4096
    • 提供者:luo
  1. kmeans

    0下载:
  2. K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。-K-means clustering algorithm is hard, is a typical prototype-based clustering methods on behalf of the objective function, it is a method of data points to a certain d
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:19492
    • 提供者:JACK
  1. Bag-of-visual-words

    0下载:
  2. 将每一张图的特征点采样聚类成图片的视觉单词 即视觉单词,就是对应图片的代表 创建数据库,将每张图片的视觉单词入库,并建立索引-Will feature a map of each sampling point clustered into visual images of words that is visual words, is to represent the corresponding picture of the is created, the visual image of eac
  3. 所属分类:Special Effects

    • 发布日期:2017-06-15
    • 文件大小:22852027
    • 提供者:耿文浩
  1. AIRSAR_SanFrancisco

    3下载:
  2. 对旧金山海岸的极化SAR数据进行分类。根据图像像素点的散射特性采用Freeman分解对图像进行分类,利用wishart聚类算法聚类。最后得到极化sar数据的分类结果。保证了图像的极化特性和散射特性-Polarimetric SAR data to classify the coast of San Francisco. Freeman decomposition using the image classification, clustering clustering algorithm bas
  3. 所属分类:matlab

    • 发布日期:2017-05-26
    • 文件大小:9102713
    • 提供者:周小凤
  1. cluster

    0下载:
  2. 使用本章学习的K-平均算法,以颜色分量(或几何性状)作为坐标参数,对景象图进行聚类分析,要求最后的分类结果将路标(可能包括少量相似区域)聚类为一个模式类别。要求给出样本模式点,绘制坐标图(标出各个聚类中心的迭代移动轨迹),绘制算法框图,给出结论。并检查上机结果。-Use this learn K - average algorithm to color components (or geometric characters) as coordinate parameters, clusteri
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:1727768
    • 提供者:张煊宜
  1. vyyvsvsr

    0下载:
  2. 采用的是脉冲对消法,IDW距离反比加权方法,可实现对二维数据的聚类,表示出两帧图像间各个像素点的相对情况,从先验概率中采样,计算权重。- It uses a pulse of consumer law, IDW inverse distance weighting method, Can realize the two-dimensional data clustering, Between two images showing the relative circumstances of eac
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:8772
    • 提供者:ibpuggx
  1. uvqzzxmc

    0下载:
  2. 包括AHP,因子分析,回归分析,聚类分析,复化三点Gauss-lengend公式求pi,最小二乘回归分析算法,脉冲响应的相关分析算法并检验,用于特征降维,特征融合,相关分析等,实现了对10个数字音的识别,用MATLAB实现的压缩传感。-Including AHP, factor analysis, regression analysis, cluster analysis, Complex of three-point Gauss-lengend the Formula pi, Least-sq
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6162
    • 提供者:ghctg
  1. cure

    2下载:
  2. 基于参考点的快速聚类算法 cure matlab 聚类代码-Fast clustering algorithm based reference point
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4137
    • 提供者:糖糖
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 »
搜珍网 www.dssz.com