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

搜索资源列表

  1. k_means_cluster

    1下载:
  2. k均值聚类算法 ,c语言实现 了基于均值的聚类分析,同时增加了多维向量分析功能,使得聚类的收敛速度更快。-k means clustering algorithm, c language implemented based on the mean cluster analysis, while increasing the multi-dimensional vector analysis functions, making the convergence faster clustering.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:328366
    • 提供者:pulutarch
  1. K-means

    0下载:
  2. 均值为K的聚类算法,是一种对聚类数据进行的最简单的算法,广泛应用在各种场合中。-K mean clustering algorithm for clustering data is the most simple algorithm, widely used in various occasions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:48128
    • 提供者:sunjianqing
  1. ClusteringToolbox1p0_Trail

    1下载:
  2. 聚类分析Matlab工具箱 Version1.0 Clustering Analysis Matlab Toolbox - Trial Version 1.0 ------------------------------------------------------------------------------ 1、该工具箱包括了常用的三种K-Means聚类分析和ISODATA聚类分析: ...\KMeans\Main_KMeans.m 标准 K-M
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:39585
    • 提供者:陆振波
  1. ACTC

    0下载:
  2. 基于改进的蚁群算法,应用于聚类算法中,是pdf格式的,欢迎下载-Based on improved ant colony algorithm, clustering algorithm used is the pdf format, please download
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:44416
    • 提供者:张俊
  1. matlab实现Kmeans聚类算法

    0下载:
  2. matlab实现Kmeans聚类算法,一个文档可以学着自己编程序是实现聚类分割
  3. 所属分类:文档资料

    • 发布日期:2013-04-24
    • 文件大小:27648
    • 提供者:wing_2014
  1. 聚类算法

    0下载:
  2. 本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2014-02-25
    • 文件大小:2131891
    • 提供者:testsb
  1. birch 聚类算法

    0下载:
  2. 这是一用java实现的birch 聚类算法,可以简单的满足大家的要求,非常有用!!!
  3. 所属分类:其它

  1. FCM聚类算法介绍

    0下载:
  2. FCM聚类算法介绍 FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。 模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。
  3. 所属分类:文档资料

    • 发布日期:2016-10-10
    • 文件大小:98304
    • 提供者:lingduer
  1. 改进后的k均值聚类算法

    0下载:
  2. 这是加以改进后的聚类算法,适合研究聚类的学者使用。
  3. 所属分类:图形图象

  1. 聚类程序

    4下载:
  2. 几种聚类的程序,适合初学者,对目标空间中的点进行分类,效果很好(Several clustering procedures, suitable for beginners)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:4096
    • 提供者:sunshine0649
  1. kmeans2

    0下载:
  2. 此程序可以实现大型数据聚类算法,其中含有测试数据。(This program can achieve large data clustering algorithm, which contains test data)
  3. 所属分类:matlab例程

  1. python-cure-implementation-master

    0下载:
  2. Python实现的cure聚类算法和K-means算法(python-cure-Kmeans-implementation)
  3. 所属分类:WEB开发

    • 发布日期:2017-12-23
    • 文件大小:13312
    • 提供者:獭獭獭
  1. K-mean

    0下载:
  2. K-means算法是很典型的基于距离的聚类算法,采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大(K-means algorithm is a typical distance based clustering algorithm. The distance is used as the evaluation index of similarity, that is, the closer the distance between the two objects, the
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:13312
    • 提供者:venshow
  1. FCM

    0下载:
  2. 模糊聚类算法源码,通过迭代聚类中心,以及隶属度函数,完成代码运算,用于数据挖掘初学者使用。(Fuzzy clustering algorithm source code, through the iterative clustering centers and membership function, complete code for data mining operations, for beginners to use.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:烟花易冷
  1. dbscan_for_data_upload

    0下载:
  2. Matlab语言写的经典聚类算法DBSCAN(the classical algorithm DBSCAN in Matlab)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:容月峥峥
  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. K均值对图像进行聚类分析

    0下载:
  2. 用k-means算法对图像进行聚类,适合于初学者(K-means algorithm for clustering images, suitable for beginners)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:221184
    • 提供者:redeemer
  1. 聚类k-means

    3下载:
  2. 一个非常简单的kmeans算法,主要用于聚类分析,用户仅需要输入聚类数(A very simple kmeans algorithm, mainly for clustering analysis, users only need to enter the number of clusters)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:10240
    • 提供者:AAA哥
  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 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com