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

搜索资源列表

  1. ISO

    0下载:
  2. 模式识别的动态聚类算法iso-data算法的具体实现,应用于模式分类等-dynamic clustering pattern recognition algorithm iso-specific data algorithm to achieve, such as data classification
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.67kb
    • 提供者:关佳
  1. K_average

    1下载:
  2. 模式识别的经典算法之一,动态聚类的k均值算法,采用matlab进行编程,并对分类进行了画图分析。-the classic pattern recognition algorithms, dynamic clustering algorithm k mean using Matlab programming, as well as classification of the class analysis.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.64kb
    • 提供者:也风
  1. NeuralNetworkSourceCode

    1下载:
  2. 神经网络源程序代码,有常用的BackProp算法,行程编码算法RCL,动态聚类算法,LVQ(学习矢量量化)算法等等,自己看吧-neural network source code, a common BackProp algorithm, RCL itinerary coding algorithm, dynamic clustering algorithm, LVQ (LVQ) algorithm, etc., and see themselves
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:555.72kb
    • 提供者:梁锋
  1. C--K-Means

    0下载:
  2. 这个是K-Means动态聚类算法的源程序,需要的请下,请多多指教,谢谢!-This is a K - Means clustering algorithm source, the need to please, please exhibitions, thank you!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:32.27kb
    • 提供者:HaicoLi
  1. csoures

    0下载:
  2. 模式识别中的K均值的动态聚类算法,C语言编写-pattern recognition of the dynamic K-means clustering algorithm, C language
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:1.5kb
    • 提供者:于宏斌
  1. Cluster111

    1下载:
  2. C-均值动态聚类算法 matlab 很简单对 一组样本点的分类和中心点-C - Means clustering algorithm Matlab is very simple sample of a point and focal point for the classification
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.35kb
    • 提供者:那锋
  1. Basedonsampleandkerneldynamicmeans

    0下载:
  2. 基于样本和主轴核函数的相似度的动态聚类算法程序-based on samples and nuclear spindle function of the similarity dynamic clustering algorithm procedures
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:3.4kb
    • 提供者:alex
  1. 层次聚类算法

    0下载:
  2. 变色龙一个利用动态模型的层次聚类算法-Chameleon:A Hierarchical Clustering Algorithm Using Dynamic Modeling
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:7.88kb
    • 提供者:张帆
  1. Cluster.rar

    4下载:
  2. 在Visual C++下实现聚类分析在图像识别中的应用。其中包括模糊聚类,遗传算法聚类分析,层次聚类和动态聚类等算法。可以运行,并有分类的源文件。是不错的研究素材。,In Visual C++ Achieve clustering analysis in image recognition applications. Including fuzzy clustering, genetic algorithm for cluster analysis, hierarchical clusterin
  3. 所属分类:Graph Recognize

    • 发布日期:2016-11-19
    • 文件大小:223.84kb
    • 提供者:dd
  1. F_JIDtjl

    0下载:
  2. 模糊聚类分析动态聚类图,R模糊相似矩阵 求传递闭包-Fuzzy cluster analysis of dynamic clustering diagram, R fuzzy similar matrix transitive closure of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1.3kb
    • 提供者:liudexin
  1. colorSignature

    0下载:
  2. 用openCV提取图片的象素值,用聚类进行分割,找出各个聚类的中心点,聚类个数是动态决定的,可重新设置个数最大上限。-OpenCV extract images using pixel value segmentation by clustering to identify the center of each cluster, clustering is a dynamic number of decisions can be re-set the upper limit of the num
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2.38kb
    • 提供者:zzd
  1. K-Means

    0下载:
  2. 这是K-neans动态聚类算法的源程序,是人工智能领域很有用的一种聚类方法。-This is K-neans source dynamic clustering algorithm, the field of artificial intelligence are useful in a clustering method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:29.46kb
    • 提供者:zhaohuiqin
  1. k_algorithm

    0下载:
  2. K均值:用于动态聚类算法,来按照样本之间的相似程度进行分类,相似的归为一类,不相似的为另一类。划分的结果应使表示聚类质量的准则函数最大。-K均值
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1.46kb
    • 提供者:huanglina
  1. KMEANS

    0下载:
  2. K-Means动态聚类算法源程序。可以用来发现社团结构。-Dynamic K-Means clustering algorithm source code. The structure can be used to find associations.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:246.29kb
    • 提供者:刘长棕
  1. FuzzyClustering

    0下载:
  2. 自己写的RBF动态聚类算法,希望多交流学习,请高手多多指教!-RBF write their own dynamic clustering algorithm, the exchange hopes to learn more, please master exhibitions!
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.61kb
    • 提供者:zhuyinghe
  1. KMeansBMPSeg

    0下载:
  2. 模式识别经典方法之一 K均值算法(KMeans)进行图像分割 有完善的图形界面 可以通过柱状图的形式动态展示聚类程序-One of the classical method of pattern recognition K means algorithm (KMeans) for image segmentation has improved graphical interface can be dynamically displayed in the form of histogram clu
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:143.93kb
    • 提供者:langger
  1. julei

    0下载:
  2. 内包含:模糊聚类 遗传算法聚类 层次聚类法的各方法以及动态聚类的各个算法 -Contains: Fuzzy clustering genetic algorithm clustering hierarchical clustering and dynamic clustering of various methods of the various algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.79mb
    • 提供者:王慧
  1. chameleonsimple

    0下载:
  2. 变色龙一个利用动态模型的层次聚类算法,功能非常强大的一种层次聚类算法-Chameleon A Hierarchical Clustering algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-10-31
    • 文件大小:45.17kb
    • 提供者:zjl
  1. matlab模糊聚类程序 动态聚类图程序

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

    • 发布日期:2021-04-29
    • 文件大小:42kb
    • 提供者:小123
  1. 动态聚类算法

    1下载:
  2. 实现动态聚类,对大批量数据进行分类,本例程包含样本数据,便于学习理解
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com