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

搜索资源列表

  1. k-means聚类算法

    5下载:
  2. k-means聚类算法的代码实现,只需要更改数据就可以实现,而且有注释,很容易懂(The code implementation of the k-means clustering algorithm can be realized only by changing the data, and there are notes that make it easy to understand)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-06
    • 文件大小:1024
    • 提供者:leehomgangzai
  1. 聚类算法

    0下载:
  2. 这是关于模糊算法中的聚类算法,对于研究聚类算法的有一定研究参考价值。(This is a clustering algorithm in fuzzy algorithm, which has a certain reference value for the study of clustering algorithm.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-30
    • 文件大小:2215936
    • 提供者:winnerche
  1. 基于聚类的细分研究

    0下载:
  2. 使用R语言进行聚类分析的例子,包括层次聚类,k均值聚类,密度聚类等(Examples of clustering analysis using R language, including hierarchical clustering, K mean clustering, density clustering, etc.)
  3. 所属分类:大数据

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:yyuan15
  1. 语音聚类示例

    0下载:
  2. 实验示例是基于语音中的mfcc,语音倒谱特征来进行聚类,先利用训练样本来计算训练样本聚类中心(用到了lbg算法),之后再进行分类。 注意:使用代码时需要自己更改文件路径。(This example is based on the MFCC in speech and the feature of speech Cepstrum to cluster. First, the training sample is used to calculate the training sample clus
  3. 所属分类:语音合成与识别

    • 发布日期:2018-05-01
    • 文件大小:1129472
    • 提供者:啦丿啦
  1. 基于FCM聚类分析的交通判别算法研究

    0下载:
  2. 采用了欧氏距离和模糊算法两种方式进行了FCM聚类分析,利用FCM聚类分析解决了交通状况的判别算法,文件里面还有相关文献!(Using Euclidean distance and fuzzy algorithm, FCM clustering analysis is used to solve the traffic situation.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:15461376
    • 提供者:多尔衮
  1. FCM+KFCM模糊C均值聚类分析算法

    5下载:
  2. FCM+KFCM聚类分析两种方法的比较,有聚类效果图(FCM+KFCM cluster analysis of the two methods of comparison, there is a clustering effect map.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:402432
    • 提供者:kelo
  1. 自动聚类算法

    0下载:
  2. 该程序实现基于DE/PSO/GA的进化算法的数据聚类(The program realizes data clustering based on DE/PSO/GA's evolutionary algorithm.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:32768
    • 提供者:风儿1993
  1. k均值聚类算法

    0下载:
  2. 根据k均值聚类的原理,实现一些数字的聚类,但是具体类别数需要自己设置(Clustering of some numbers by K mean clustering)
  3. 所属分类:其他

  1. K—均值聚类提取

    0下载:
  2. k均值聚类提取,适合学习。先将RGB图像转换到LAB空间,在LAB空间进行聚类分割。(K-means clustering is suitable for learning. First convert the RGB image to LAB space and perform clustering and segmentation in the LAB space.)
  3. 所属分类:图形图象

    • 发布日期:2018-05-03
    • 文件大小:2323456
    • 提供者:江城歌
  1. 聚类

    0下载:
  2. 相似性划分,Q型聚类,是理想的多变量统计技术,主要有分层聚类法和迭代聚类法。 聚类分析也称群分析、点群分析,是研究分类的一种多元统计方法。(Similarity classification and Q clustering are ideal multivariate statistical techniques, including hierarchical clustering and iterative clustering. Cluster analysis, also known a
  3. 所属分类:数据挖掘

    • 发布日期:2018-05-04
    • 文件大小:11264
    • 提供者:liguozhang
  1. 第10章 聚类分析

    2下载:
  2. matlab编码程序 聚类分析 有实例 直接应用即可(Matlab coding program clustering analysis has an instance of direct application.)
  3. 所属分类:matlab例程

    • 发布日期:2018-07-27
    • 文件大小:44032
    • 提供者:elsajin
  1. matlab模糊聚类程序 动态聚类图程序

    0下载:
  2. 利用MATLAB做模糊聚类,并且画出系谱图(MATLAB fuzzy clustering dynamic graph)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-29
    • 文件大小:43008
    • 提供者:小123
  1. 竞争网络实现2维数据聚类

    4下载:
  2. 利用竞争神经网络实现2维10类数据的聚类。产生[0 1]之间的10类聚类数据(每类15个样本),用竞争神经网络实现所产生数据的聚类,并在同一图上显示聚类结果。(2 dimensional and 10 dimensional data clustering is realized by competitive neural network. 10 classes of cluster data (15 samples per class) between [0 1] are generated,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-06-12
    • 文件大小:81920
    • 提供者:qingluo
  1. chapter20 基于遗传模拟退火算法的聚类算法

    2下载:
  2. 基于matlab实现遗传、模拟算法在聚类中的应用(Application of genetic algorithm and simulation algorithm in clustering based on MATLAB)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-22
    • 文件大小:11264
    • 提供者:wanger85
  1. FCM聚类算法

    4下载:
  2. 基于矩阵模块化模糊聚类的图像分割,里面包括源代码,以及实验前后的图片(Image segmentation based on matrix modularized fuzzy clustering)
  3. 所属分类:其他

    • 发布日期:2019-02-19
    • 文件大小:909312
    • 提供者:巴黎无梦
  1. AP聚类算法和案例

    1下载:
  2. ap聚类算法实现三维数据点的分类,demo为案例(AP clustering algorithm realizes the classification of data points, demo as a case.)
  3. 所属分类:数据挖掘

    • 发布日期:2019-01-12
    • 文件大小:14336
    • 提供者:s820086099
  1. 基于遗传模拟退火算法的聚类算法

    2下载:
  2. 遗传模拟退火算法和聚类算法的结合,有助于学生课程设计,熟悉算法代码的学习(The combination of genetic simulated annealing algorithm and clustering algorithm is helpful to students' curriculum design and familiarity with algorithm code learning.)
  3. 所属分类:matlab例程

    • 发布日期:2019-12-17
    • 文件大小:12288
    • 提供者:重中之重去
  1. 稀疏子空间聚类程序

    1下载:
  2. 稀疏子空间聚类程序,其中包含 LS3C_release,SSC_1.0, SSC_ADMM等程序(sparse subspace cluster code)
  3. 所属分类:其他

    • 发布日期:2019-07-15
    • 文件大小:12883968
    • 提供者:asdwer2046
  1. K均值聚类

    1下载:
  2. K均值聚类算法-对数据进行聚类分析,适合数据处理(k means clustering algorithm)
  3. 所属分类:网络编程

    • 发布日期:2019-07-24
    • 文件大小:3072
    • 提供者:季jsx
  1. matlab实现Kmeans聚类算法

    1下载:
  2. matlab实现Kmeans聚类算法,非常详细。(The algorithm is designed to test the MATLAB clustering algorithm and is very useful.)
  3. 所属分类:matlab例程

    • 发布日期:2020-05-03
    • 文件大小:3072
    • 提供者:天凡
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com