搜索资源列表
ISODATAm
- 模式识别中的isodata算法,内有详细的说明文档-Pattern Recognition ISODATA algorithm, which has detailed documentation.
ISODATA
- 实现了模式识别中的利用isodata算法进行分类-Implementation of the pattern recognition algorithm using ISODATA classification
ISODATA
- C++中的ISODATA算法示例,ISODATA算法是一种基于统计模式识别、经典的动态聚类算法,有较强的实用性。ISODATA算法不仅可以通过调整样本所属类别完成样本的聚类分析,而且可以自动地进行类别的“合并”和“分裂”,从而得到类数比较合理的聚类结果。 -C++ examples of ISODATA algorithm, ISODATA algorithm is based on statistical pattern recognition, a classic of the dynami
MyIsodata
- ISODATA算法的C语言实现,实现聚类分析-C language achieving ISODATA algorithm
ISODATA
- 模式识别中的isodata算法,对100个随机样本数据进行分类,可自行输入参数-Pattern Recognition isodata algorithm, 100 random samples of data classification, self-input parameters
ISODATA
- isodata分类算法,非监督分类,经过多次的循环迭代求解-isodata classification algorithms, unsupervised classification, after the number of loop iterations to solve
ISODATA-algorithm
- ISODATA算法C++实现,ISODATA算法是对k-means算法的改进。-ISODATA algorithm
PatternRecognition
- 模式识别中的k-mean和isodata算法的简单实现-k-mean and isodata algorithm in pattern recognition
ISO
- 主要是实现ISOdata分类算法对图像进行分类的C++代码。-Mainly to achieve ISOdata classification algorithm for image classification
isogroup
- isodata算法,通过统计条件对聚类加以操作-loginithm of isodata
isodata
- matlab isodata聚类算法重要函数四个,涵盖了isodata聚类算法的中心内容-clustering algorithm matlab isodata important functions four, covering the central elements isodata clustering algorithm
isodata
- isodata聚类算法流程图,开发环境可以是vc,也可以是matlab。-Isodata clustering algorithm flow chart, the development environment can be a vc, also can be the matlab
ISODATAaKmeans
- 模式识别中经典分类算法——K均值和ISODATA(迭代自组织数据分析算法)的C/C++代码-K-means and Iterative Selforganizing Data Analysis Techniques Algorithm in Pattern Recognition
isodata
- matlab关于isodata聚类算法的代码-Matlab on the ISODATA clustering algorithm code
ISODATA
- 一个简单的ISODATA聚类算法,为了完成老师的作业而写的。-a simple ISODATA method
ISODATAyy
- 对于IRis数据集的ISODATA分类算法-For IRis dataset ISODATA classification algorithm
joujai_v10
- 合成孔径雷达(SAR)目标成像仿真,isodata 迭代自组织的数据分析,脉冲响应的相关分析算法并检验。- Synthetic Aperture Radar (SAR) imaging simulation target, Isodata iterative self-organizing data analysis, Related impulse response analysis algorithm and inspection.
ISODATA算法2
- 用ISODATA算法进行聚类,在K-均值算法的基础上加入了分裂与合并的步骤(ISODATA algorithm for classification)
woochy
- 非监督分类程序,采用isodata算法,分类自组织迭代分类算法,()
rwqnkm35
- isodata算法是模式分类中的一个重要算法,该源码用c实现了isodata算法,算法来源,《c语言精彩编程百例》()