CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 聚类算法 VC

搜索资源列表

  1. FuzzyCMean

    0下载:
  2. 一个用VC++开发的采用模糊C均值聚类算法.-a VC development of the fuzzy c-means clustering algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:83169
    • 提供者:hylt
  1. VCk-means

    0下载:
  2. VC k-means聚类算法源码。kmeans是一种常用的分割算法,简单而又高效-VC k-means clustering algorithm source code. Kmeans is a common segmentation algorithm, simple and efficient
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1659
    • 提供者:puxx
  1. cluster_full

    0下载:
  2. 包含各种常用的聚类算法,应有尽有。VC++版,可以配合文字识别等。-contains various commonly used clustering algorithm, everything. VC version can identify with characters.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:273400
    • 提供者:大海
  1. clusterds

    0下载:
  2. 用VC++语言实现了基于距离,基于密度和改进的数据聚类算法。-VC language based on the distance, based on the density and improved data clustering algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:74251
    • 提供者:lixiaoqing
  1. cluster

    0下载:
  2. 无监督聚类的VC源码。。数据挖掘中的一种经典聚类算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:115015
    • 提供者:xhy
  1. KMA

    0下载:
  2. 用VC编写的K均值聚类算法的源代码,经调试可以使用
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:52701
    • 提供者:朱振华
  1. matlabk-means

    0下载:
  2. 此程序用与图象 图形的模式识别,在VC环境下实现matlab的聚类算法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:189995
    • 提供者:朱舸
  1. sjwl

    0下载:
  2. K-Means动态聚类算法源程序 基于vc程序的实现
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:108758
    • 提供者:wantjoin
  1. c-mean

    0下载:
  2. C-means 算法,模式识别中常用到的C均值聚类算法,使用VC开发,版权归开发者所有
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:34564
    • 提供者:门昌骞
  1. jake_fcm.rar

    0下载:
  2. FCM聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。,fuzzy clusters method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:78498
    • 提供者:kt
  1. K-Means

    0下载:
  2. K均值聚类算法 C++实现的K均值聚类算法。-K means clustering algorithm C++ Achieved K-means clustering algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2016-06-30
    • 文件大小:179490
    • 提供者:ellen
  1. FCMA

    0下载:
  2. 改进的动态聚类算法,是智能计算的一种重要方法,用vc++编写,有很友好的界面-Developing Dynamic clustering arithmetic, an important method of inteligence computing,developed by VC++ with friend jinterface
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:2023600
    • 提供者:江南
  1. VC-clustering_arithmetic

    0下载:
  2. 用VC写的很好的聚类程序,包含各种聚类算法,不同的参数设置-Using VC to write a good clustering procedures, including a variety of clustering algorithm, different parameters
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:224829
    • 提供者:Calvin Chen
  1. K-Means

    0下载:
  2. 用vc++编写的K-Means动态聚类算法源程序,希望能给大家带来方便,谢谢大家的支持!-Using vc++ to prepare the K-Means clustering algorithm dynamic source code, I hope we can bring convenience, Thank you for your support!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:216311
    • 提供者:rambohe
  1. Kmeans

    0下载:
  2. 用vc++很好的实现了K均值聚类算法的研究,这是一完整的用VC++实现的程序,有效地完成了模式识别-Using vc++ achieved a very good K-means clustering algorithm, which is a complete implementation using VC++ program, the efficient completion of the pattern recognition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:194358
    • 提供者:黄静
  1. Som_clustering

    0下载:
  2. 基于VC++的Som聚类算法程序。SOM是一种通过自组织竞争学习网络实现数据的分类和降维可视化神经网络模型。内附算法的原理说明以及详细的程序调用说明及运算结果。是初学者的很好的入门材料-Based on VC++ program of Som clustering algorithm. SOM is a competitive learning through self-organizing network for data classification and dimensionality r
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:63706
    • 提供者:xinxin
  1. FCM_CPP

    1下载:
  2. 模糊C均值聚类算法(FCM)的VC++实现-Fuzzy C means clustering VC++ Implementation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:4099810
    • 提供者:lee
  1. Bp

    0下载:
  2. VC++实现的BP神经网络类, KMEANS聚类算法实现程序, 神经网络基本算法源程序,-VC++ implementation of BP neural network class, KMEANS clustering algorithm process, the basic algorithm for neural network source code,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:251072
    • 提供者:王冠
  1. FCM

    1下载:
  2. vc环境下的FCM模糊聚类算法程序。里面包含FCM算法的介绍,以及程序的函数说明。-vc environment fuzzy clustering algorithm FCM procedures. FCM algorithm which contains a descr iption of functions and program instructions.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1925687
    • 提供者:杨慧
  1. k均值聚类

    1下载:
  2. 用VC++写的K均值聚类算法,可以直接使用(K mean clustering algorithm is written by VC++ , which can be used directly.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:187392
    • 提供者:gongshixin
« 12 »
搜珍网 www.dssz.com