CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - isodata算法

搜索资源列表

  1. ISODATA

    1下载:
  2. 本源程序为ISODATA聚类算法 可以达到很好的聚类效果-The source code for the ISODATA clustering algorithm can achieve very good clustering results
  3. 所属分类:Special Effects

    • 发布日期:2015-03-25
    • 文件大小:2372
    • 提供者:朱东
  1. Isodata

    0下载:
  2. 这是一个关于遥感图像非监督分类法的算法,希望对大家有所帮助-This is a remote sensing image on the unsupervised classification algorithm, we want to help
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:81121
    • 提供者:谈笑
  1. ISODATA

    0下载:
  2. 一个简单的isodata动态聚类算法isodata,最后可以显示出迭代的结果,包括中心点,方差,样本归类等-A simple ISODATA dynamic clustering algorithm isodata, the last iteration can show results, including the center, variance, sample classification, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:42455
    • 提供者:newy
  1. ISODATA

    0下载:
  2. ISODATA是模式识别中重要的聚类算法 有着极为广泛的应用-ISODATA is an important pattern recognition clustering algorithm has a very wide range of applications
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:3604
    • 提供者:花花
  1. ISODATA

    0下载:
  2. 模式识别系统聚类中的ISODATE聚类算法程序-Pattern Recognition System ISODATE Clustering Clustering procedures
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:90875
    • 提供者:stone
  1. ISODATAm

    1下载:
  2. 模式识别中的isodata算法,内有详细的说明文档-Pattern Recognition ISODATA algorithm, which has detailed documentation.
  3. 所属分类:Other systems

    • 发布日期:2015-03-25
    • 文件大小:8791
    • 提供者:Eric
  1. ISODATA2

    0下载:
  2. ISODATA算法是一种基于统计模式识别的,非常经典的非监督学习动态聚类算法,有较强的实用性。ISODATA算法不仅可以通过调整样本所属类别完成样本的聚类分析,而且可以自动地进行类别的“合并”和“分裂”,从而得到类数比较合理的聚类结果。-ISODATA algorithm is based on statistical pattern recognition, and very classic dynamic clustering of non-supervised learning algor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:190174
    • 提供者:justinchan
  1. ISODATA

    0下载:
  2. ISODATA算法的C++语言实现,算法选自《现代模式识别》一书,在VS2005下编译通过。-ISODATA algorithm of C++ language implementation, the algorithm selected from the " Modern pattern recognition," one book, under the VS2005 compiler through.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:29127
    • 提供者:justinchan
  1. myisodata

    0下载:
  2. isodata算法,针对的是iris数据库,代码可以直接运行,很好用。要是要用于自己的数据库,只需要把文件名,结构体信息修改下即可。-isodata algorithm, the iris against a database, code can be run, it just works. If the database to be used for their own, just to the file name, the structure of information can be mo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1066441
    • 提供者:周丽霞
  1. ISODATA

    0下载:
  2. 这是关于模式识别中的ISODATA算法,在VS2005下实现,可视化界面-this is pattern of ISODATA
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:60382
    • 提供者:何骏
  1. isodata

    0下载:
  2. isodata是个重要的非监督聚类算法,本文件提供了isodata的c++描述-isodata is an important unsupervised clustering algorithm, this paper provides a isodata of c++ descr iption
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:9941
    • 提供者:wistmm
  1. ISODATA

    0下载:
  2. C++中的ISODATA算法示例,ISODATA算法是一种基于统计模式识别、经典的动态聚类算法,有较强的实用性。ISODATA算法不仅可以通过调整样本所属类别完成样本的聚类分析,而且可以自动地进行类别的“合并”和“分裂”,从而得到类数比较合理的聚类结果。 -C++ examples of ISODATA algorithm, ISODATA algorithm is based on statistical pattern recognition, a classic of the dynami
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:10832
    • 提供者:994
  1. ISODATA

    0下载:
  2. ISODATA聚类算法,很不错的,大家可以参考一下-ISODATA clustering algorithm, it is good, we can refer to it
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:24829
    • 提供者:alex_boy
  1. ISODATA

    0下载:
  2. 模式识别非监督法分类ISODATA算法,对待识别样本进行自动分类.特征向量取2纬.-Pattern recognition algorithm for unsupervised ISODATA classification method
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:96928
    • 提供者:方毅
  1. ISODATA

    0下载:
  2. 用二维链表结构对ISODATA算法的快速实现,速度快,扩展性强。提供 控制台程序 和 Windows交互测试程序,以及 详细的设计论文供参考。-fast isodata and paper
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:177537
    • 提供者:令狐
  1. ISODATA

    0下载:
  2. 用二维链表结构对ISODATA算法的快速实现,速度快,扩展性强。提供 控制台程序 和 Windows交互测试程序,以及 详细的设计论文供参考。-ISODATA ALGORITHM AND MY PAPER
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-01
    • 文件大小:881427
    • 提供者:令狐
  1. iso2

    2下载:
  2. 基于matlab环境自编的ISODATA算法实现图像分割,交互选取初始点。可供初学者参考练习。-Matlab environment based on self-compiled the ISODATA algorithm, image segmentation, select the initial point of interaction. Reference to practice for beginners.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2499
    • 提供者:凌凌
  1. ISODATA

    0下载:
  2. ISODATA算法是一种聚类划分算法,称为迭代自组织数据分析或动态聚类。-ISODATA clustering algorithm is a partitioning algorithm, called iterative self-organizing data analysis or dynamic clustering.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:31750
    • 提供者:万鹏程
  1. ISODATA

    0下载:
  2. 使用ISODATA算法,对数据进行分类,分类结果不是很理想,但是基本过程都已经包括-ISODATA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:36064
    • 提供者:
  1. isodata

    1下载:
  2. 基于matlab的isodata聚类算法的程序实现。-Clustering algorithm based on matlab' s isodata, program implementation
  3. 所属分类:matlab

    • 发布日期:2015-03-25
    • 文件大小:8192
    • 提供者:hjf
« 1 2 34 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com