搜索资源列表

  1. K-Means动态聚类算法源程序

    0下载:
  2. This directory contains code implementing the K-means algorithm. Source codemay be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANSprogram accepts input consisting of vectors and calculates the givennumber
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:30720
    • 提供者:刘思
  1. K_average

    0下载:
  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. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:也风
  1. NeuralNetworkSourceCode

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

    • 发布日期:2024-05-09
    • 文件大小:568320
    • 提供者:梁锋
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:32768
    • 提供者:HaicoLi
  1. Cluster111

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

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:飘来的南风
  1. Basedonsampleandkerneldynamicmeans

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

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:alex
  1. jvleiprogramme

    0下载:
  2. 几种重要的聚类程序,如动态聚类,模糊聚类,以及一个遗传算法程序-clustering several important processes, such as dynamic clustering, fuzzy clustering, as well as a Genetic Algorithm
  3. 所属分类:书籍源码

    • 发布日期:2024-05-09
    • 文件大小:6777856
    • 提供者:
  1. K-Means-Algorithm

    0下载:
  2. k平均动态聚类算法源代码.希望对大家有所帮助.-k average dynamic clustering algorithm source code. We want to help.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-09
    • 文件大小:30720
    • 提供者:周董
  1. 2104447020059221533543559466

    0下载:
  2. IOSDATA算法的源码,聚类分析中自组织动态聚类-IOSDATA algorithm source code, clustering analysis self-organizing dynamic clustering
  3. 所属分类:C#编程

    • 发布日期:2024-05-09
    • 文件大小:260096
    • 提供者:xiaorui
  1. kmean

    1下载:
  2. 这是模式识别中关于k均值动态聚类算法的matlab源码-This is the pattern recognition on the k-means clustering algorithm Matlab FOSS
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:35840
    • 提供者:fuali
  1. KMEANS

    0下载:
  2. k-means 动态聚类算法源程序 非常好用 高的效率-Dynamic k-means clustering algorithm is very useful source of high efficiency
  3. 所属分类:数据库编程

    • 发布日期:2024-05-09
    • 文件大小:29696
    • 提供者:张红
  1. dynimcCluster

    0下载:
  2. Matlab实现的动态聚类算法,最后以点阵图输出计算结果-Matlab realize the dynamic clustering algorithm, and finally to bitmap output results
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:李艳
  1. K_average

    0下载:
  2. 模式识别的经典算法之一,动态聚类的k均值算法,采用matlab进行编程-One of the classic pattern recognition algorithms, dynamic clustering k-means algorithm using matlab programming
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:张云
  1. julei

    0下载:
  2. 手写数字聚类算法的实现. 该程序层次聚类, 动态聚类, 模糊聚类. 是学习人工智能在图像领域应用的好的资料.-Handwritten numeral realize clustering algorithm. The program-level clustering, dynamic clustering, fuzzy clustering. Is to study the field of artificial intelligenc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:313344
    • 提供者:刘志远
  1. ClustererEnsemble

    0下载:
  2. K-Means动态聚类算法源程序 比较常见的聚类算法。-Dynamic K-Means clustering algorithm more common source of clustering algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:5120
    • 提供者:wwwiceage
  1. ISODATA

    0下载:
  2. ISODATA聚类算法演示程序 完全按照《现代模式识别》孙即祥著作 2.4.4《动态聚类法》算法3实现 。 使用欧式距离作为测度标准。-ISODATA clustering algorithm demo program in full accordance with the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:潘水洋
  1. 2

    0下载:
  2. 动态聚类的k均值算法--用k均值算法解决动态聚类问题-Dynamic clustering k-means algorithm- using k-means algorithm to solve the issue of dynamic clustering
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:王晶
  1. F_JIDtjl

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

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:liudexin
  1. FuzzyClustering

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

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:zhuyinghe
  1. matlab模糊聚类程序 动态聚类图程序

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

    • 发布日期:2024-05-09
    • 文件大小:43008
    • 提供者:小123
« 12 3 4 5 6 7 8 9 10 ... 30 »

源码中国 www.ymcn.org