搜索资源列表
clustering
- 聚类分析是对探测数据进行分类分析的一个工具,聚类分析的结果可以被用来对数据提出初始假设,分类新数据,测试数据的同类型及压缩数据。
meanshift
- 均值漂移测试程序,使用meanshift算法对随机产生的二维正态分布的随机数以及3D空间的数据进行聚类并绘图分步显示聚类过程,也可以从外部导入需要分类的数据,程序中有详尽的注释和说明,并且配有测试结果,非常适合计算机视觉、机器学习、模式识别的朋友参考-failed to translate
clustersBOX
- 一个很有用的clustering工具箱,用于数据聚类分析-Clustering a useful tool for data clustering analysis
GMM_MDL
- matlab环境下开发的高斯混合模型,并实现聚类,最佳的类数由最大描述准则(MDL)来确定,并附有实验数据,是国外论文中的代码。-Gaussian mixture model developed in the Matlab environment , and clustering, to determine the optimal number of classes by the largest describe the criteria (MDL) , together with experi
k_algorithm
- k-均值算法(动态聚类法),在数据图像及模式识别,经济,社会学得到广泛应用的算法-k-means algorithm (dynamic clustering method), a widely used algorithm in the data image and pattern recognition, economic, sociological
2D-LDA
- LDA是一种线性降维方法,对原有的高维人脸数据集降维,然后识别,具有很好的聚类和识别效果。有详细的说明-LDA is a linear dimensionality reduction method, the original high-dimensional face data set dimensionality reduction, and then identify clustering and identification. Described in detail
k-means
- 数据挖掘-聚类分析:k-平均(k-Means)算法实现(C++) -Data Mining- Cluster Analysis: k-average (k-Means) algorithm (C++)
K_means_clustering
- 聚类算法,用于实现多类数据的聚类分析,K-means是其中的一种-Cluster analysis, K-means clustering algorithm, used to implement a variety of data
ISODATA
- 模式识别类的ISODATA算法的一个实现对生成数据的一个动态聚类,VC++对话框形式,数据参数可调整,-Pattern recognition like an implementation of the ISODATA algorithm to generate a dynamic data the clustering, VC++ dialog box in the form, data parameters adjustable,
pr
- 对样本数据进行均值聚类、最小距离聚类、最大距离聚类的C++代码-Means clustering on the sample data, the minimum distance clustering, maximum distance the clustering of C++ code
pattern
- 该文档是模式识别的原理、方法与应用。该文档包括模式判别、数据聚类、统计分类、神经网络等-failed to translate
Cmean
- 基于C均值对数据进行聚类分析。数据基于网上的student里male和female数据,功能齐全-Based on C-means clustering analysis of the data. Data based on male and female student in data networks, fully functional
AP
- AP聚类算法是基于数据点间的 信息传递 的一种聚类算法。与k-均值算法或k中心点算法不同,AP算法不需要在运行算法之前确定聚类的个数。AP算法寻找的 examplars 即聚类中心点是数据集合中实际存在的点,作为每类的代表-AP clustering algorithm is based on the information transfer between data points of a clustering algorithm. K- and k-means algorithm
dbscan的matlab代码实现
- 使用MATLAB对文档进行聚类,尤其在数据挖掘中使用,一般用于文本特征表示之后(Clustering documents using MATLAB)
多视图聚类代码
- 里面自带两个数据集,可以正常运行出结果图。