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

搜索资源列表

  1. KAV

    0下载:
  2. KAV是利用Visual C++ 6.0编写的一个小程序,能实现对特定数据结果的文本数据进行聚类分析,所使用的聚类方法是K均值。 -KAV is the use of Visual C++ 6.0 to prepare a small procedure to achieve the outcome of specific data on the text data clustering analysis, the use of the K-means clustering method.
  3. 所属分类:GIS program

    • 发布日期:2017-03-30
    • 文件大小:64401
    • 提供者:随风
  1. transfer

    0下载:
  2. 模糊聚类分析的源代码 ,其中包括矩阵标准化,模糊相似矩阵-Fuzzy Cluster Analysis of the source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:829
    • 提供者:wanglin
  1. K-means

    0下载:
  2. k-means算法的实现,实用matlab是实现的,可以用啦做聚类分析-k-means algorithm for the realization of the practical realization of matlab, so you can use cluster analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:50757
    • 提供者:test
  1. K-means

    0下载:
  2. 采用K- means 算法和FCM 算法实现对47 个城市竞争力的聚类分析-Using K-means algorithm and FCM algorithm to achieve the competitiveness of 47 cities in the cluster analysis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:395622
    • 提供者:刘美娥
  1. MatlabFuzzyClusteringAnalysis

    0下载:
  2. 采用K- means 算法和FCM 算法实现对47 个城市竞争力的聚类分析-Using K-means algorithm and FCM algorithm to achieve the competitiveness of 47 cities in the cluster analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:12970
    • 提供者:刘美娥
  1. zfk_example

    1下载:
  2. 聚类分析里的k均值(kmeans)算法的matlab实现,是老师即将出的书里,我给写的例子,大家看看吧。 -Where k-means cluster analysis (kmeans) algorithm matlab implementation, a teacher is leaving the book, I give examples of writing, we take a look at bar.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:690
    • 提供者:who
  1. cjz

    0下载:
  2. 用户提供样本数据后,对样本数据做c均值frm聚类分析。-c均值聚类
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1665
    • 提供者:name
  1. K-Means

    0下载:
  2. 聚类分析(K-Means)程序实现及展现
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:14166
    • 提供者:leo
  1. Fuzzyclustering

    0下载:
  2. 模糊聚类;涉及事物之间的模糊界限时按一定要求对事物进行分类的数学方法。聚类分析是数理统计中的一种多元分析方法,它是用数学方法定量地确定样本的亲疏关系,从而客观地划分类型。事物之间的界限,有些是确切的,有些则是模糊的。例如人群中的面貌相像程度之间的界限是模糊的,天气阴、晴之间的界限也是模糊的。当聚类涉及事物之间的模糊界限时,需运用模糊聚类分析方法。模糊聚类分析广泛应用在气象预报、地质、农业、林业等方面。通常把被聚类的事物称为样本,将被聚类的一组事物称为样本集。模糊聚类分析有两种基本方法:系统聚类法
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1662
    • 提供者:王佳
  1. iriscode

    0下载:
  2. Matlab提供了两种方法进行聚类分析。 一种是利用 clusterdata函数对样本数据进行一次聚类,其缺点为可供用户选择的面较窄,不能更改距离的计算方法; 另一种是分步聚类:(1)找到数据集合中变量两两之间的相似性和非相似性,用pdist函数计算变量之间的距离;(2)用 linkage函数定义变量之间的连接;(3)用 cophenetic函数评价聚类信息;(4)用cluster函数创建聚类。 -Matlab provides two methods of cluster anal
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:18425
    • 提供者:梁琨
  1. DBSCAN

    1下载:
  2. 这是一种基于密度的聚类分析算法,可以发现任意形状的簇,可以发现噪声点。-This is a density-based clustering analysis algorithm can find clusters of arbitrary shape can be found noise points.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1613
    • 提供者:dys
  1. jlfx

    0下载:
  2. 很好的聚类分析软件 这是我花了好长的时间自己编写的-A good clustering analysis software This is what I have spent a long time to have written
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:77943
    • 提供者:wangweian
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法,用于进行聚类分析,或者进行故障模式识别-ACO
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1076
    • 提供者:刘小龙
  1. k_means

    0下载:
  2. 常用的k平均聚类 用于聚类分析 代码实现适用的是matlab-k means cluster applied to cluster analysis coded by matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2017
    • 提供者:李一
  1. cluster

    0下载:
  2. 聚类分析 Clustering 可以用来做聚类分析图,有实例-Clustering
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2354
    • 提供者:胜冬
  1. k-means

    0下载:
  2. 聚类分析对图像进行聚类分析,分析效果极好,可直接用。-k means
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:166581
    • 提供者:宋家勇
  1. ImageFusion

    0下载:
  2. 数字图像的加噪、去噪、聚类分析和融合的Matlab实现。-Plus digital image noise, denoising, clustering analysis, and integration of Matlab implementation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:48554
    • 提供者:Anna
  1. MR

    0下载:
  2. 模式识别,距离计算,聚类分析,判别函数,判断准则等的算法实现-Pattern recognition, distance calculation, cluster analysis, discriminant function, the algorithm to determine criteria
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:138911
    • 提供者:王胜
  1. juleifenxi

    0下载:
  2. 不错的c聚类分析算法!欢迎大家来下载,记得一定顶定我哦!-Good clustering algorithm c++! Welcome to download, remember that I must be the top Oh!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:190451
    • 提供者:阿黄
  1. juleifenxi

    0下载:
  2. 基于C#.net实现了聚类分析的K均值算法-Based on C#. Net realized cluster analysis K-means algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:45750
    • 提供者:super
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com