搜索资源列表
KFCMClust529[1]
- 这是一个关于核模糊聚类算法的例子希望有用
支持向量机算法及其代码实现
- 支持向量机(SVM),起初由vapnik提出时,是作为寻求最优(在一定程度上)二分类器的一种技术。後来它又被拓展到回归和聚类应用。SVM是一种基于核函数的方法,它通过某些核函数把特征向量映射到高维空间,然後建立一个线性判别函数(或者说是一个高维空间中的能够区分训练数据的最优超平面,参考异或那个经典例子)。假如SVM没有明确定义核函数,高维空间中任意两点距离就需要定义。
m
- 模拟退火算法实现,内负有模拟退火的聚类,TSP等等6种问题的实现例子,在EXAMPLE文件夹内-Simulated annealing algorithm, which has a simulated annealing clustering, TSP, etc. 6 kinds of issues realize examples folder in EXAMPLE
KFCMClust529[1]
- 这是一个关于核模糊聚类算法的例子希望有用-This is a fuzzy clustering algorithm on nuclear examples hope that useful
ModeReg
- 两个图像模式识别例子,给出的分类与聚类识别算法对于初学者具有一定的帮助
FuzzyClusteringToolbox
- 使用matlab实现的各种聚类算法,其中包括具体例子进行详细说明。-The purpose of the development of this toolbox was to compile a continuously extensible, standard tool, which is useful for any MATLAB user for one s aim. In Chapter 1 of the downloa
zfk_example
- 聚类分析里的k均值(kmeans)算法的matlab实现,是老师即将出的书里,我给写的例子,大家看看吧。 -Where k-means cluster analysis (kmeans) algorithm matlab implementation, a teacher is leaving the book, I give examples of writing, we take a look at bar.
DBSCAN
- DBSCAN 简单来说就是一种基于密度的聚类算法。 数据输入支持weka数据格式,里面有一个例子数据,结果与weka比较过,是相同的。 网上有一个DBSCAN的C#的源码,但是错的。-DBSCAN is simply a kind of density-based clustering algorithm. Data entry support weka data format, which is an example of d
Method_C
- 模式识别C聚类算法 主要采用四种距离 这里的例子是欧氏距离-Pattern Recognition C clustering algorithm mainly uses four kinds of examples here from the Euclidean distance
kmean2
- kmeans算法。opencv上面聚类算法的例子,是一个很好的学习程序。-kmeans algorithm. A good example for learning kmeans.
EM-source
- 一个高斯混合模型,用EM算法进行聚类的例子!-A Gaussian mixture model, EM algorithm for clustering with an example!
K-average(N-dimension)
- K均值聚类算法实现有二维的聚类扩展到任意维样本点的聚类,代码中附加了详细的原理性说明,还有相关例子提示,效果不错-K-means clustering algorithm to achieve a two-dimensional clustering extends to any dimension of the cluster sample points, the code attached to the principle of d
DistgshAnalysis
- 最短距离算法的系统聚类测试例子以供大家学习研究距离算法。-Shortest distance algorithm system clustering test case for study and research the distance algorithm .-DistgshAnalysis.m
dbscan
- 一个很好的密度聚类算法,能够运行。是学习Dbscans密度聚类算法的好例子。-this is a good gramer.
data4cluster-with-the-data
- 本例子附带数据通过K中心点聚类算法,将案例聚成4类,并计算相似性矩阵,用logrank函数检验P值-The example of incidental data by K center point clustering algorithm, the case clustered into four categories, and calculate the similarity matrix logrank function test
eg25-wangluoruqinjulei
- 《MATLAB神经网络30个案例分析》中的第25个例子,案例25 广义神经网络的聚类算法-网络入侵聚类。希望对大家有一定的帮助!-The MATLAB neural network analysis of 30 cases of 25 example, 25 cases of generalized neural network clustering algorithm to network intrusion. Hope to hav
cluster
- 机器学习中经典的聚类算法例子,采用python编写,简单易理解-Classical clustering algorithms in machine learning, for example, USES python, simple easy to understand
ksuanfa
- 对大量的数据通过matlab软件,运用k均值聚类算法进行分类,上传文件中含例子(A large number of data are classified by matlab software, using k-means clustering algorithm to classify and upload files with examples)
cluster-science2014-master
- 简单的聚类算法论文以及相关代码。。。。。。。。(A simple example of cluster)
k-means
- k-means实战,包括一个具体的例子。非常适合初级学习k-means聚类算法的人群(K-means actual combat, including a specific example)