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

搜索资源列表

  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. matlab-julei

    2下载:
  2. 聚类分析,亦称群分析或点群分析,是研究多要素事物分类问题的数量方法。基本原理是根据样本自身的属性,用数学方法按照某种相似性或差异性指标,定量地确定样本之间的亲疏关系,并按这种亲疏关系程度对样本进行聚类(Cluster analysis, also called group analysis or point group analysis, is a quantitative method for studying the classification of multi factor things
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:13312
    • 提供者:gufg
  1. cluster_extraction

    0下载:
  2. 利用pcl对点云数据进行聚类分割,建立索引得到分割后的各个物体构建(Clustering and segmentation of point cloud data using PCL)
  3. 所属分类:图形图象

    • 发布日期:2017-08-19
    • 文件大小:1024
    • 提供者:jtpils
  1. kmeans

    0下载:
  2. 基于k均值的无监督聚类算法,输出有各个样本的类别标签,目标函数在每次迭代后的值,聚类中心以及聚类区间。内有测试数据,点击 test.m 可以完美运行。(The unsupervised clustering algorithm based on K means outputs the class labels of each sample, the value of the target function after each iteration, the clustering center a
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:16384
    • 提供者:Galsang
  1. warp-kmeans

    2下载:
  2. 传统的kmeans聚类算法不能保证时间序列聚类结果的时序性;基于warp-kmeans聚类算法可以有效处理时间序列的聚类问题,而且复杂度低,迭代次数少。 ,输出有目标函数在每次迭代后的值,聚类中心以及聚类区间。内有测试数据和相关文献,点击 test.m 可以完美运行(The traditional kmeans clustering algorithm can not guarantee the time series of the time series clustering results
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:869376
    • 提供者:Galsang
  1. 101259363Desktop

    2下载:
  2. 传统的K-medoids聚类算法的聚类结果随初始中心点的 不同而波动,且计算复杂度较高不适宜处理大规模数据集; 快速K-medoids聚类算法通过选择合适的初始聚类中心改进 了传统K-medoids聚类算法,但是快速K-medoids聚类算法 的初始聚类中心有可能位于同一类簇。为了克服传统的K- medoids聚类算法和快速K-medoids聚类算法的缺陷,提出 一种基于粒计算的K-medoids聚类算法。(The traditional K-medoids clustering algorit
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:playboyplay2
  1. DBSCAN

    1下载:
  2. DBSCAN(Density-Based Spatial Clustering of Applications with Noise)是一个比较有代表性的基于密度的聚类算法。与划分和层次聚类方法不同,它将簇定义为密度相连的点的最大集合,能够把具有足够高密度的区域划分为簇,并可在噪声的空间数据库中发现任意形状的聚类。(DBSCAN is a representative density based clustering algorithm. Unlike the partition and hie
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:扑棱扑棱
  1. spectalCluster

    0下载:
  2. 谱聚类是从图论中演化出来的算法,后来在聚类中得到了广泛的应用。它的主要思想是把所有的数据看做空间中的点,这些点之间可以用边连接起来。距离较远的两个点之间的边权重值较低,而距离较近的两个点之间的边权重值较高,通过对所有数据点组成的图进行切图,让切图后不同的子图间边权重和尽可能的低,而子图内的边权重和尽可能的高,从而达到聚类的目的。(Spectral clustering is an algorithm evolved from graph theory, and has been widely u
  3. 所属分类:数学计算

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:Mr24
  1. 激光雷达

    1下载:
  2. 在Linux平台下,使用QT5.7.0.实现八线激光雷达点云数据的聚类。数据采集于真实的场景。采用蒙特卡洛和ABD聚类算法实现聚类。(In Linux platform, we use QT5.7.0. to realize the clustering of point cloud data of eight line lidar. Data is collected in real scenes. Monte Carlo and ABD clustering algorithms are u
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:584704
    • 提供者:半瓶墨水
  1. 关于回归神经网络的交通状态判别

    0下载:
  2. 聚类分析又称群分析,它是研究(样品或指标)分类问题的一种统计分析方法,同时也是数据挖掘的一个重要算法。 聚类(Cluster)分析是由若干模式(Pattern)组成的,通常,模式是一个度量(Measurement)的向量,或者是多维空间中的一个点。 聚类分析以相似性为基础,在一个聚类中的模式之间比不在同一聚类中的模式之间具有更多的相似性。(Clustering algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:13312
    • 提供者:liuheng123
  1. K_Means

    0下载:
  2. K-Means是聚类算法中的一种,其中K表示类别数,Means表示均值。顾名思义K-Means是一种通过均值对数据点进行聚类的算法。K-Means算法通过预先设定的K值及每个类别的初始质心对相似的数据点进行划分。并通过划分后的均值迭代优化获得最优的聚类结果。(K-Means is one of the clustering algorithms, in which K represents the number of classes, and Means means the mean. As t
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-01
    • 文件大小:273408
    • 提供者:DragonFZJ
  1. k-means-matlab

    3下载:
  2. 利用k-means算法实现二维平面点的聚类,包括了运行源代码和结果图(The k-means algorithm is used to realize the clustering of two-dimensional plane points, including the running source code and the result graph)
  3. 所属分类:仿真建模

    • 发布日期:2018-01-02
    • 文件大小:50176
    • 提供者:huan222
  1. KFCM-master

    1下载:
  2. 基于核方法的模糊C均值聚类,考虑到空间数据之间的相关性,结合各点的邻域信息,在原代码中添加邻域信息:(The fuzzy C mean clustering based on kernel method, considering the correlation of spatial data and combining the neighborhood information of each point, adding neighborhood information to the origin
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:223232
    • 提供者:Cinly
  1. AP聚类

    3下载:
  2. AP聚类算法是基于数据点间的"信息传递"的一种聚类算法。与k-均值算法或k中心点算法不同,AP算法不需要在运行算法之前确定聚类的个数。(AP clustering algorithm is a kind of clustering algorithm based on "information transfer" between data points. Unlike the k- mean algorithm or the k center point
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:52224
    • 提供者:WanderKing
  1. plot_classifier_comparison

    0下载:
  2. 基于Pythoon的数值聚类分类算法,基于Python的三维立体点的空间最近邻分类(This example shows the effect of imposing a connectivity graph to capture local structure in the data. The graph is simply the graph of 20 nearest neighbors. Two consequences of imposing a connectivity can b
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:10240
    • 提供者:Merichiee
  1. K---MEANS

    0下载:
  2. 随机生成1000个二维坐标点并用K-means算法计算聚类结果(1000 two-dimensional coordinate points are generated randomly and the clustering results are calculated by K-means algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:78848
    • 提供者:Sunxiaoying
  1. cluster

    0下载:
  2. 对一个随机生成100个0到100的点,实现k=2的聚类划分(Clustering and partitioning of k=2)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:球料进出口
  1. FCMCluster

    0下载:
  2. 模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。(Fuzzy c- means clustering algorithm fuzzy c-means algorithm (FCMA) or FCM. Among the many fuzzy clustering a
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:灰烬使者灬
  1. AGNES

    1下载:
  2. 层次聚类,凝聚法指的是初始时将每个样本点当做一个类簇,所以原始类簇的大小等于样本点的个数,然后依据某种准则合并这些初始的类簇,直到达到某种条件或者达到设定的分类数目。(hierarchical clustering)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:18523816608
  1. CureDemo

    0下载:
  2. 实现的cure聚类的demo。算法在开始时,每个点都是一个簇,然后将距离最近的簇结合,一直到簇的个数为要求的K。它是一种分裂的层次聚类。算法分为以下6步: 1)从源数据对象中抽取一个随机样本S。 2)将样本S分割为一组划分。 3)对划分局部的聚类。 4)通过随机取样提出孤立点。如果一个簇增长得太慢,就去掉它。 5)对局部的簇进行聚类。 6)用相应的簇标签标记数据。(The implementation of the cure clustering of the
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:161792
    • 提供者:Aileen00080
« 1 2 34 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com