isodata聚类算法,对于图像处理中的聚类问题高效 -isodata clustering algorithm for image processing and efficient clustering problem 下载
|
从算法角度看, ISODATA算法与C-均值算法相似,聚类中心都是通过样本均值的迭代运算来决定的; ISODATA算法加入了一些试探步骤,并且可以结合成人机交互的结构,使其能利用中间结果所取得的经验更好地进行分类。 -from algorithm perspective, ISODATA algorithm and C-means algorithm similar, Clustering center through the sample mean of iteration to decide; ISODATA algorithm acceded to a number of exploratory steps and adult machine can combine the interactive structure, it can be used as intermediate results of the experience gained better classification. 下载
|
从算法角度看, ISODATA算法与C-均值算法相似,聚类中心都是通过样本均值的迭代运算来决定的; ISODATA算法加入了一些试探步骤,并且可以结合成人机交互的结构,使其能利用中间结果所取得的经验更好地进行分类。 -from algorithm perspective, ISODATA algorithm and C-means algorithm similar, Clustering center through the sample mean of iteration to decide; ISODATA algorithm acceded to a number of exploratory steps and adult machine can combine the interactive structure, it can be used as intermediate results of the experience gained better classification. 下载
|
ISODATA算法 算法步骤: (1) 预置 a. 设定聚类分析控制参数: lc=预期的类数, lNc=初始聚类中心个数(可以不等于c), lθn =每一类中允许的最少模式数目(若少于此数不能单独成为一类), lθs =类内各分量分布的距离标准差上界(大于此数就分裂), lθD=两类中心间的最小距离下界(若小于此数,这两 ...- 下载
|
本程序实现多种聚类算法,如k均值算法,ISODATA法,神经元网络算法等等- 下载
|
在各种聚类算法中,ISODATA可以说是应用最广泛的。以与代表点的最小距离作为样本聚类的依据,因此比较适合各类物体在特征空间以超球体分布的方式分布,对于分布形状较复杂的情况需要采用别的度量。- 下载
|
ISODATA算法,用于模式识别的聚类,比较好用!-ISODATA algorithm for pattern recognition clustering, better quality! 下载
|
模式识别 ISODATA算法 ,ISODATA算法与C-均值算法相似,聚类中心都是通过样本均值的迭代运算来决定的;- 下载
|
在Visual C++.NET2003平台下实现聚类Isodata算法,简单实用。清新地显示了算法的步骤,便于学习。- 下载
|
一个利用各种聚类算法实现遥感影像分割的程序,包括K均值、ISODATA、模糊C均值等!-use of a clustering algorithm remote sensing image segmentation procedures, including K-means, ISODATA, Fuzzy C - Means, and so on! 下载
|