搜索资源列表

  1. 使用减法聚类初始化fcm算法的聚类中心

    1下载:
  2. subclutering initializing fcm: 开发语言:matlab 功能:使用减法聚类初始化fcm算法的聚类中心,可以快速找到合适的初始聚类中心
  3. 所属分类:matlab例程

    • 发布日期:2012-04-16
    • 文件大小:2.07kb
    • 提供者:gaochunhui
  1. 将维对分和K均值算法分割图像

    0下载:
  2. 利用聚类算法分割图像,将维对分法只可将图像分为2部分,可以作为二值化的代码,K-均值法可将图像分为任意多部分。程序直接采用R、G、B三色作为特征参数,聚类中心为随机值,当然也可以采用其他参数,程序编译为EXE文件后速度还可以接受,但尚有改进的余地,那位高手有空修改的话,请给我也发份代码。-clustering algorithm using image segmentation, Victoria right method can only image is divided into two p
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2026-01-20
    • 文件大小:49kb
    • 提供者:pbt
  1. fdfsfsfsfsfs

    0下载:
  2. 人工选择聚类中心,用k-means聚类方法对图像进行分割,效果不错的-artificial selection cluster center, k-means clustering method for image segmentation, the good results
  3. 所属分类:matlab例程

    • 发布日期:2026-01-20
    • 文件大小:3kb
    • 提供者:gggg
  1. MeanShift

    0下载:
  2. meanshift聚类,找到聚类中心,以及数据的类别-Clustering meanshift to find cluster centers, as well as the type of data
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2026-01-20
    • 文件大小:4kb
    • 提供者:李莉
  1. KandISODATAClass

    0下载:
  2. K均值和ISODATA分类两种算法,根据给定样本、聚类中心进行分类!-K-means and ISODATA classification algorithm, according to a given sample cluster center to classify!
  3. 所属分类:其他小程序

    • 发布日期:2026-01-20
    • 文件大小:69kb
    • 提供者:leon
  1. Subclust

    1下载:
  2. 减聚类的类代码,可以直接使用获得类中心,类数目-Clustering by class code, you can directly use a type of center, type the number of
  3. 所属分类:matlab例程

    • 发布日期:2026-01-20
    • 文件大小:5kb
    • 提供者:和恶毒发
  1. cjdkfoe

    0下载:
  2. 寻找k个聚类中心的算法,也就是对k-means算法初始化进行改进的一种算法-To find k-centers clustering algorithm, which is on the k-means algorithm to initialize an algorithm to improve
  3. 所属分类:软件工程

    • 发布日期:2026-01-20
    • 文件大小:1.02mb
    • 提供者:mei622622
  1. KMEANS

    0下载:
  2. K-MEANS算法 输入:聚类个数k,以及包含 n个数据对象的数据库。 输出:满足方差最小标准的k个聚类。 处理流程: (1) 从 n个数据对象任意选择 k 个对象作为初始聚类中心; (2) 循环(3)到(4)直到每个聚类不再发生变化为止 (3) 根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分; (4) 重新计算每个(有变化)聚类的均值(中心对象)-K
  3. 所属分类:数值算法/人工智能

    • 发布日期:2026-01-20
    • 文件大小:3kb
    • 提供者:快快
  1. RPCL_FOR_VEC

    0下载:
  2. 基于RPCL算法的聚类中心收索算法,自动找出聚类的中心-RPCL algorithm based on the cluster center admission Faso algorithm, automatically find the cluster center
  3. 所属分类:Internet/网络编程

    • 发布日期:2026-01-20
    • 文件大小:2kb
    • 提供者:张瑞华
  1. ChooseInitialCentres

    0下载:
  2. 模糊C均值初始聚类中心的选择,供初学者参考-Fuzzy C-means clustering center of the initial choice of reference for beginners
  3. 所属分类:数值算法/人工智能

    • 发布日期:2026-01-20
    • 文件大小:54kb
    • 提供者:张彦
  1. C-means

    0下载:
  2. 使用c-均值聚类算法在IRIS数据上进行聚类分析,随机选择三个初始聚类中心,经过多次迭代,最终将150个样本分为三类。-Use c-means clustering algorithm in the IRIS data on the cluster analysis, three randomly chosen initial cluster centers, through a series of iterative, 150 samples will eventually fall into
  3. 所属分类:matlab例程

    • 发布日期:2026-01-20
    • 文件大小:3kb
    • 提供者:liz
  1. kmean

    0下载:
  2. 给定很多数据点之后找这些类的聚类中心,然后重新分类。-Given after a lot of data points to find these kind of cluster center, and then reclassified.
  3. 所属分类:matlab例程

    • 发布日期:2026-01-20
    • 文件大小:1kb
    • 提供者:刘伟霞
  1. PRmatlabprogram

    0下载:
  2. matlab聚类,应用平均值法求新的聚类中心-matlab clustering, the application of the cluster center average method novelty
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2026-01-20
    • 文件大小:13kb
    • 提供者:刘媛
  1. fcm

    0下载:
  2. 获得3个和4个聚类中心然后进行比较,先用fcm函数进行聚类,聚类成3个和4个类别再进行比较分析-matlab fcm
  3. 所属分类:软件工程

    • 发布日期:2026-01-20
    • 文件大小:3kb
    • 提供者:liuyujie
  1. K-means

    0下载:
  2. 聚类算法(K-means)源代码,通过对该代码的运行,可以实现对各种数据的聚类显示,最终选出聚类中心-Clustering algorithm (K-means) source code, run through the code, can display a variety of data clustering, selected a cluster center
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2026-01-20
    • 文件大小:3kb
    • 提供者:yaoxuanhua
  1. Exterme_k_means

    0下载:
  2. Extreme k-means,被yuboYuan提出,给定初始聚类中心,聚类快。-Extreme k-means,poposed by yuboYuan,the intial center is fixed, faster than traditional k-means
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2026-01-20
    • 文件大小:2kb
    • 提供者:BoLiu
  1. cluster

    0下载:
  2. 快速搜索与发现密度峰值聚类方法来确定聚类中心(Clustering by fast search and find of density peaks)
  3. 所属分类:数据挖掘

    • 发布日期:2026-01-20
    • 文件大小:5.89mb
    • 提供者:radsky
  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 function, and determines the classifi
  3. 所属分类:matlab例程

    • 发布日期:2026-01-20
    • 文件大小:2kb
    • 提供者:夜曲独声
  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. 所属分类:语音合成与识别

    • 发布日期:2026-01-20
    • 文件大小:1.08mb
    • 提供者:啦丿啦
  1. 模糊聚类R代码

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

    • 发布日期:2026-01-20
    • 文件大小:1kb
    • 提供者:卡擦
« 12 3 4 5 6 7 8 9 10 ... 18 »

源码中国 www.ymcn.org