Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - clustering
Search - clustering - List
k-均值算法实现聚类,已经带有测试数据,vc++6-k-means clustering algorithm has been tested with data vc 6
Update : 2024-05-02 Size : 9216 Publisher : 袁珂

DBSCAN是一个基于密度的聚类算法。改算法将具有足够高度的区域划分为簇,并可以在带有“噪声”的空间数据库中发现任意形状的聚类。-DBSCAN is a density-based clustering algorithm. Algorithm change will have enough height to the regional cluster. and to be with the "noise" of the spatial database found clusters of arbitrary shape.
Update : 2024-05-02 Size : 2048 Publisher :

模糊聚类的算法实现程序,用java实现,源代码-fuzzy clustering algorithm procedures, using java achieved, the source code
Update : 2024-05-02 Size : 1080320 Publisher : lipanpan2005

图像集群(Image Clustering) (1)图像读入,显示图像所在路径; (2)采用imgcluster函数进行图像集群,选择集群个数后进行图像集群; (3)运行后,在原图像上显示集群灰度图; (4)若要显示各个集群情况,可打开【Show Clustering Image】新窗体,显示各集群类的基于原图的彩绘区域。其中非当前集群范围,则显示灰度为255的黑色。用户可点击按纽上下查看所有集群图。-image cluster (Image Clustering) (1) read into the images, Images show host path; (2) use of imgcluster function for image clusters, After the number of clusters chosen for image clusters; (3) After the operation, in the original image displayed on the gray level clusters; (4) To show that the various clusters, [Show Open Clustering Image-- new windows, showed that the cluster type based on the maximum of regional painting. Clusters of non-current range, it shows that the intensity of 255 black. Users can click on View All button next cluster map.
Update : 2024-05-02 Size : 113664 Publisher : mecal

java实现层次聚类,最远距离算法,具有良好的程序结构,具有通用性-java achieve hierarchical clustering, the most remote algorithm has a good program structure is universal
Update : 2024-05-02 Size : 1024 Publisher : zyq

java实现层次聚类最小距离算法,代码结构良好,具有复用性.-java achieve minimum distance hierarchical clustering algorithm, code structure and has a good reusability.
Update : 2024-05-02 Size : 1024 Publisher : zyq

本人的期刊论文,研究蚁群聚类算法与遗传算法的融合,实践证明效果显著-my journal articles, research Ant clustering algorithm and genetic algorithm integration, and practice has proven remarkably
Update : 2024-05-02 Size : 153600 Publisher : zyq

DL : 0
LVQ算法( Learning Vector Quantization,学习矢量量化网络)是一种基于模型(神经网络)的方法,本实验要实现的是对LVQ改进的聚类方法——MLVQ(闫德勤等人提出)。该方法克服了LVQ算法对初值敏感的问题和广义学习矢量量化(GLVQ)网络算法性能不稳定的缺点。(附文章)-LVQ algorithm (Learning Vector Quantization. learning vector quantization network) is a model-based (neural network), To achieve this experiment are the LVQ improved clustering method-- Clustering (Yan Touche others made). The method overcomes the initial LVQ algorithm sensitive to the problems and generalized learning vector quantization (GLVQ) Network Performance instability shortcomings. (Article)
Update : 2024-05-02 Size : 899072 Publisher : linvg

聚类算法源码,基于Visual C++实现 用于图像处理等-clustering algorithm source code, based on the Visual C realization for image processing
Update : 2024-05-02 Size : 419840 Publisher : 建国

用于聚类的matlab的EM算法程序,速度还可以。共享给大家-for clustering of the EM algorithm Matlab procedures can also speed. For everyone to share
Update : 2024-05-02 Size : 4096 Publisher : 刘国英

几种重要的聚类程序,如动态聚类,模糊聚类,以及一个遗传算法程序-clustering several important processes, such as dynamic clustering, fuzzy clustering, as well as a Genetic Algorithm
Update : 2024-05-02 Size : 6777856 Publisher :

DL : 0
用VC++语言实现了基于距离,基于密度和改进的数据聚类算法。-VC language based on the distance, based on the density and improved data clustering algorithm.
Update : 2024-05-02 Size : 73728 Publisher : lixiaoqing

DL : 0
一个用C语言实现的基于cure的数据聚类源代码。-a C language based on the data clustering cure source code.
Update : 2024-05-02 Size : 43008 Publisher : lixiaoqing

DL : 0
DBSCAN算法的JAVA实现,可以在D:\使用text.txt数据文件来进行DBSCAN聚类-DBSCAN algorithm JAVA, the D : \ text.txt data files used for clustering DBSCAN
Update : 2024-05-02 Size : 16384 Publisher : 赵发毅

DL : 0
是一个基于Matlab软件的模糊C-means聚类算法原代码-Matlab is a software based on the fuzzy C-means clustering algorithm source code
Update : 2024-05-02 Size : 2048 Publisher : 杨明

k平均动态聚类算法源代码.希望对大家有所帮助.-k average dynamic clustering algorithm source code. We want to help.
Update : 2024-05-02 Size : 30720 Publisher : 周董

提出了一种新颖的处理图像视觉聚类问题的方法。与以往关注图像局部特征和局部连续性的方法不同,本文中的方法能够提取关于图像的全局印象。为此,我们将图像分割问题转化为图划分问题并提出了划分中的一种全局判别准则——Ncut (Normalized Cut)。Ncut不仅能够衡量不同聚类之间的相异程度,还能够衡量各聚类内部的相似程度。为求解Ncut 的最优化问题,提出了一种基于广义特征值问题的高效算法,并将此算法应用于静态图像分割,取得了良好的效果。-proposed a novel image processing visual clustering problem. Concerned with the past, image characteristics and continuity of the partial difference in the way this method can extract images on the overall impression. To this end, We will image segmentation into the map division and the division of a global criterion-- Ncut ( Normalized Cut). Ncut different not only to measure the difference between the cluster level, but also to measure the internal cluster degree of similarity. Ncut to solve the optimization problem, based on a generalized eigenvalue problem of efficient algorithms, this algorithm will be applied to the static image segmentation, and achieved good results.
Update : 2024-05-02 Size : 23552 Publisher : 戚颖杰

DL : 0
k-means聚类算法的java代码实现,良好的代码风格,适合扩充-k-means clustering algorithm to achieve the java code, the code of good style, suitable for expansion
Update : 2024-05-02 Size : 4096 Publisher :

DL : 0
机器学习中的E M算法,本代码是基于高斯混合模型的E M 算法聚类。-machine learning algorithm E M, the code is based on the Gaussian mixture model clustering algorithm E. M.
Update : 2024-05-02 Size : 4096 Publisher : 李民

DL : 0
采用模式识别中的C聚类方法对图像中的道路进行识别-using pattern recognition of the C clustering image identification of the road
Update : 2024-05-02 Size : 5120 Publisher : silina
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.