搜索资源列表

  1. 基于聚类分析的图像分割方法研究

    0下载:
  2. 这是一个关于基于聚类分析的图像分割方法研究(This is a study and implementation of a clothing extraction algorithm based on super pixel segmentation)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:5170176
    • 提供者:T不跟随
  1. 层次聚类

    0下载:
  2. 层次聚类的使用方法,代码含注释,用的软件是R-studio(Hierarchical clustering)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:miki1168
  1. SAS聚类分析程序

    0下载:
  2. 聚类分析是一种探索性的分析,在分类的过程中,人们不必事先给出一个分类的标准,聚类分析能够从样本数据出发,自动进行分类。聚类分析所使用方法的不同,常常会得到不同的结论。不同研究者对于同一组数据进行聚类分析,所得到的聚类数未必一致(Clustering analysis is an exploratory analysis. In the process of classification, people do not have to gi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-04
    • 文件大小:4096
    • 提供者:amam234
  1. 基于粗糙集的层次聚类算法研究

    0下载:
  2. 实现了两种基于粗糙集模型的层次聚类算法,采用java编程语言实现(Hierarchical clustering algorithm for categorical data using a probabilistic rough set model)
  3. 所属分类:数据挖掘

    • 发布日期:2024-05-04
    • 文件大小:957440
    • 提供者:迷糊的胡胡
  1. 模糊C均值聚类算法

    0下载:
  2. 模糊c-均值聚类算法通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的,一般用于故障识别与分类。(Fuzzy c- mean clustering algorithm obtains the membership degree of every sample point to all class centers by optimizing the objective functio
  3. 所属分类:matlab例程

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:夜曲独声
  1. DBSCAN聚类

    0下载:
  2. Python密度聚类 最近在Science上的一篇基于密度的聚类算法《Clustering by fast search and find of density peaks》引起了大家的关注(在我的博文“论文中的机器学习算法——基于密度峰值的聚类算法”中也进行了中文的描述)。于是我就想了解下基于密度的聚类算法,熟悉下基于密度的聚类算法与基于距离的聚类算法,如K-Means算法之间的区别。 基于密度的聚类算法主要的目标是寻找被
  3. 所属分类:Python编程

    • 发布日期:2024-05-04
    • 文件大小:10240
    • 提供者:cjh1882
  1. 聚类分析

    0下载:
  2. 聚类分析算法 k均值算法 对地图上的点进行聚类事例(Clustering analysis algorithm k mean algorithm for clustering of points on maps)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:Akakun
  1. 聚类分析

    0下载:
  2. 聚类分析例程,针对学习人工智能方法,可运行,有实例(Clustering analysis routines)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-04
    • 文件大小:12288
    • 提供者:甜甜的阿狸
  1. k-means聚类算法

    0下载:
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-04
    • 文件大小: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. 所属分类:数值算法/人工智能

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

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

    • 发布日期:2024-05-04
    • 文件大小: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 calc
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-04
    • 文件大小: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例程

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

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

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

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

    • 发布日期:2024-05-04
    • 文件大小:32768
    • 提供者:风儿1993
  1. 聚类方法分类

    0下载:
  2. 聚类方法的分类、总结和概述,非常适用于初学者概要了解(The classification, summarization and summarization of clustering methods are very suitable for beginners.)
  3. 所属分类:文档资料

    • 发布日期:2024-05-04
    • 文件大小:15360
    • 提供者:yhyhyh
  1. k均值聚类算法

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

  1. 聚类分析和因子分析在股票研究中的应用_柯冰

    0下载:
  2. 了解聚类分析和因子分析在股票研究中的应用(Understanding the application of cluster analysis and factor analysis in stock research)
  3. 所属分类:文档资料

    • 发布日期:2024-05-04
    • 文件大小:40960
    • 提供者:潇氏
  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. 所属分类:图形图象

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

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

    • 发布日期:2024-05-04
    • 文件大小:11264
    • 提供者:liguozhang
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org