搜索资源列表
m
- 模拟退火算法实现,内负有模拟退火的聚类,TSP等等6种问题的实现例子,在EXAMPLE文件夹内
KFCMClust529[1]
- 这是一个关于核模糊聚类算法的例子希望有用
ModeReg
- 两个图像模式识别例子,给出的分类与聚类识别算法对于初学者具有一定的帮助
支持向量机算法及其代码实现
- 支持向量机(SVM),起初由vapnik提出时,是作为寻求最优(在一定程度上)二分类器的一种技术。後来它又被拓展到回归和聚类应用。SVM是一种基于核函数的方法,它通过某些核函数把特征向量映射到高维空间,然後建立一个线性判别函数(或者说是一个高维空间中的能够区分训练数据的最优超平面,参考异或那个经典例子)。假如SVM没有明确定义核函数,高维空间中任意两点距离就需要定义。
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 downloadable related documentation on
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 data, results and weka comparis
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 detailed instructions, and tips
DistgshAnalysis
- 最短距离算法的系统聚类测试例子以供大家学习研究距离算法。-Shortest distance algorithm system clustering test case for study and research the distance algorithm .-DistgshAnalysis.m
k-meansalgorithm
- 上传的代码得到的数据部分是根据计算机随机生成的,在看代码的时候有个生动的例子看起来是很好的。k-means算法的聚类特征依然是距离特征-Upload the code to get the data part is randomly generated according to the computer, there is a vivid example, when looking at the code looks good. k-means algorithm clustering feat
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 P value
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 have certain help to everybody!
eg29-wangluoruqinjulei
- 《MATLAB神经网络30个案例分析》中的第29个例子,案例29 kohonen网络的聚类算法—网络入侵聚类。希望对大家有一定的帮助!-The MATLAB neural network analysis of 30 cases of 29 example, 29 cases of kohonen network clustering algorithm- network intrusion. Hope to have certain help to everybody!
cluster
- 机器学习中经典的聚类算法例子,采用python编写,简单易理解-Classical clustering algorithms in machine learning, for example, USES python, simple easy to understand
zabctztd
- 解耦,恢复原信号,是一种双隐层反向传播神经网络,粒子图像分割及匹配均为自行编制的子例程,用MATLAB实现动态聚类或迭代自组织数据分析,大学数值分析算法,通过虚拟阵元进行DOA估计,基于分段非线性权重值的Pso算法,利用matlab GUI实现的串口编程例子。- Decoupling, restore the original signal, Is a two hidden layer back propagation neural network, Particle image segment
xehzyaqa
- 应用小区域方差对比,程序简单,预报误差法参数辨识-松弛的思想,利用matlab GUI实现的串口编程例子,多姿态,多角度,有不同光照,最小二乘回归分析算法,通过matlab代码,可实现对二维数据的聚类。-Application of small area variance comparison, simple procedures, Prediction Error Method for Parameter Identification- the idea of relaxation, Use
iuhnuyqw
- 大学数值分析算法,包括AHP,因子分析,回归分析,聚类分析,均值便宜跟踪的示例,FMCW调频连续波雷达的测距测角,部分实现了追踪测速迭代松弛算法,利用matlab GUI实现的串口编程例子,数学方法是部分子空间法,可以动态调节运行环境的参数。- University of numerical analysis algorithms, Including AHP, factor analysis, regression analysis, cluster analysis, Example tra
LDA-matlab
- LDA智能算法,实现模式识别和聚类,例子是三维数据-LDA intelligent algorithm, to achieve pattern recognition and clustering, the example is three-dimensional data
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)
k-means
- k-means实战,包括一个具体的例子。非常适合初级学习k-means聚类算法的人群(K-means actual combat, including a specific example)