搜索资源列表
pca
- pca算法原理介绍和仿真代码,主要用于数据的聚类,代码时用于图像上的聚类过程,聚类效果很好,就是有点慢-pca algorithm introduces the principle and simulation code, mainly for clustering data, a clustering process images on-time code, clustering works well, is a bit slow
KMeans
- 数据聚类算法 kmeans 算法 ,使用MATLAB实现,文中的代码注释为中文,更易于实现-data mining algorithm , clustering algorithm , k_means algorithm
YPML101-Evolutionary-Clustering
- dbscan聚类算法matlab代码,实测可用-dbscan clustering matlab code!!
LDBSCAN
- 数据挖掘聚类算法java代码。包含LDBSCAN算法源码。-Data mining clustering algorithm java code. It contains LDBSCAN algorithm source code.
Kmeans
- 数据挖掘聚类算法java代码。包含Kmeans算法源码。-Data mining clustering algorithm java code. Kmeans algorithm source code included.
BIRCH-Algorithm
- 本代码是关于数据挖掘的层次聚类算法的编程实例,请勿用于商业用途上-The code is the programming examples on data mining hierarchical clustering algorithm, not for commercial use
JBIRCH
- 本代码是关于数据挖掘的层次聚类算法的java编程实例,请勿用于商业用途上-The code is java programming examples on data mining hierarchical clustering algorithm, not for commercial use
JBIRCH-src
- 本代码是关于数据挖掘的层次聚类算法的JAVA编程实例,请勿用于商业用途上-The code is JAVA programming examples on data mining hierarchical clustering algorithm, not for commercial use
lingoCluster
- 用于自然语言处理中的Lingo聚类算法,是carrot2开源搜索中的核心代码。由波兰学者Osinski编写-For natural language processing Lingo clustering algorithm, is carrot2 open source search in the core code. Prepared by the Polish scholar Osinski
weka-src
- 这是有关weka类的代码,里面介绍了关于分类 聚类的有关算法-It is about weka class code, which provides information on the classification of clustering algorithm
K-meansbased-on-image-segmentation
- 基于K-means聚类算法的图像分割 代码及实验测试结果-K-means clustering algorithm based on image segmentation code and some experimental results
ex2-003(Week3)_finished
- 百度NG的机器学习教程 文档以及程序代码,对于初学者很有帮助,有助于理解分类聚类等基本的机器学习算法, week_3-Baidu NG machine learning tutorial documentation and program code, useful for beginners, help to understand the classification clustering week3
ex4-003(Week5)_finished
- week5 百度大数据实验室NG的机器学习教程,包括文档以及代码,有些基本的分类聚类的机器学习算法,很有帮助-week5 Baidu large data laboratory NG machine learning tutorials, including documentation and code, some basic classification machine learning clustering algorithm helpful
ex5-003(Week6)_finished
- week6 百度大数据实验室NG的机器学习教程,包括文档以及代码,有些基本的分类聚类的机器学习算法,对于初学者很有帮助-week6 Baidu large data laboratory NG machine learning tutorials, including documentation and code, some basic clustering classification machine learning algorithms, very helpful for beginne
DBSCAN
- 密度聚类DBSCAN算法的matlab实现,其中分别有源代码,代码举例和算法PPT,较适合初学者上手学习。-DBSCAN density clustering algorithm matlab implementation, which includes codes, the code examples and algorithms PPT. More suitable for beginners to get started.
DPCxy
- Science上发表的Clustering by fast search and find of density peaks,该代码为我改编后的matlab密度峰聚类算法代码-Science Clustering published on the by fast search and find of density peaks, the code for my adaptation of the MATLAB density peak clustering algorithm code
Cluster
- 机器学习和数据挖掘中常用的K-means聚类算法,包含两个文件,kmeans.py是Python实现代码,bank-data.csv是测试数据-Machine learning and data mining commonly used K-means clustering algorithm contains two files, kmeans.py is a Python implementation code, bank-data.csv test data
cc
- 可以执行矩阵的相关性子矩阵挖掘,代码开始部分的备注里包含实例矩阵,大家可以实验看看,代码原创,实验可以,但是如果用在商业或者学术里,请和我联系~(Relative matrix mining of matrices can be performed)
最近邻分类代码
- 在linux 下C语言实现最近邻聚类算法,工程已经使用(near K neighbor cluster)