登录
首页 » Matlab » 蚁群聚类算法

蚁群聚类算法

于 2022-01-31 发布 文件大小:3.37 kB
0 113
下载积分: 2 下载次数: 3

代码说明:

蚁群聚类数据data.txt;蚁群聚类详细解释 如 [N,n]=size(X);      % N =测试样本数;n =测试样本的属性数; K = 4;              % K = 组数;  R = 100;            % R = 蚂蚁数;  t_max = 1000;       % t_max =最大迭代次数;                  % 初始化 c = 10^-2; tau = ones(N,K) * c;    %信息素矩阵,初始值为0.01的N*K矩阵(样本数*聚类数) q = 0.9;                % 阈值q rho = 0.1;              %

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • clustring
    clustring(Density-Based Spatial Clustering of Applications with Noise) is a data clustering algorithm proposed by Martin Ester, Hans-Peter Kriegel, Jö rg Sander and Xiaowei Xu in 1996.[1] It is a density-based clustering algorithm because it finds a number of clusters starting from the estimated density distribution of corresponding nodes. DBSCAN is one of the most common clustering algorithms and also most cited in scientific literature.
    2011-04-20 16:01:57下载
    积分:1
  • LIF
    一种基于区域活动轮廓模型,通过引入局部的图像拟合能量来提取图像的局部信息,能够有效的额分割强度不均一的图片。较传统的水平集方法有更少的计算量(By introducing the local image fitting(LIFenergy to extract the local image information,our model is able to segment image with intensity inhomogeneities.)
    2013-09-13 16:40:23下载
    积分:1
  • HDB3
    说明:  HDB3码的编码,图形,功率谱密度。用于通信原理教学等(Code HDB3 coding, graphics, power spectral density. Communication Theory for teaching)
    2008-11-19 09:15:48下载
    积分:1
  • NFNN_out
    计算正则化模糊神经网络的输出值,分为五层,包括正则化,模糊化和输出层,内有注释。(Output value calculated Regularization Fuzzy Neural Network, is divided into five layers, including regularization, blurring and output layer, within a comment)
    2012-09-03 21:22:00下载
    积分:1
  • SSUR_Demo
    matlab code for seemingly unrelated regression
    2011-12-19 04:46:52下载
    积分:1
  • Suc-P-T
    采用matlab语言编写的PR方程计算P-T相图的程序(a program to calculate the P-T plot )
    2013-05-04 14:58:39下载
    积分:1
  • image-mosaic-using-SIFT
    Image Mosaicing interesting application in computer vision
    2012-11-30 00:53:20下载
    积分:1
  • class 1
    说明:  rule discovery for cancer detection by particle swarm optimization in data mining
    2019-05-30 12:30:49下载
    积分:1
  • dancengchuanganqi
    人工神经网络基于matlab开发的单层传感器的源程序例子(Artificial neural network matlab-based development model exact type rbf)
    2013-08-04 15:06:20下载
    积分:1
  • gprtss.zip
    这是一个关于GP-ADF和GP-RTSS的工具箱,主要基于“Robust Filtering and Smoothing with Gaussian Processes这篇文章 This software package provides a Matlab implementation of the GP-ADF and the GP-RTSS as described in Marc Peter Deisenroth, Ryan Turner, Marco F. Huber, Uwe D. Hanebeck, Carl Edward Rasmussen: "Robust Filtering and Smoothing with Gaussian Processes" in IEEE Transactions on Automatic Control (2012) The software package also contains implementations of the following filters/smoothers: - GP-ADF/GP-RTSS - Gibbs-filter/Gibbs-RTSS [Deisenroth and Ohlsson, ACC 2011] - EKF/EKS - UKF/URTSS - CKF/CKS We provide a demo script: demo_gprtss.m The code requires MatlabR2007a or newer. (C) Copyright 2012 by Marc Deisenroth   Permission is granted for anyone to copy, use, or modify this software and accompanying documents for any uncommercial purposes
    2022-01-26 07:35:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载