搜索资源列表
fknn
- KNN算法的实现,k-nearest neighbors聚类算法的matlab 实现
knn
- knn算法是数据挖掘中的一个常用算法。改算法能够实现分类和聚类。这个程序是KNN算法的一个演示程序,希望对数据挖掘的学习有所帮助。
TestJavaSKNN
- 一个基于网格和最近邻居的聚类算法 Similarity(x, y) = size ( SKNN(x) SKNN(y) ),while Link(x, y)=1-a Grid-based, and the nearest neighbor clustering algorithm similarity (x, y) = size (SKNN (x) SKNN (y)), while Link (x, y) = 1
fknn
- KNN算法的实现,k-nearest neighbors聚类算法的matlab 实现-KNN algorithm, k-nearest neighbors clustering algorithm to achieve the matlab
knn
- knn算法是数据挖掘中的一个常用算法。改算法能够实现分类和聚类。这个程序是KNN算法的一个演示程序,希望对数据挖掘的学习有所帮助。-err
knn
- k-nn算法实现分类,模式识别作业,分三类,75个训练集,25个测试集,输出对测试集分类的结果-k-nn classification algorithm, pattern recognition operations are classified into three types, 75 training sets, 25 test set, the output of the test set classification resu
KNNN
- 一个改进的KNN聚类算法。matlab。包含pdf说明-An Improved Clustering Algorithm KNN. matlab. Pdf that contains
KNN
- 数据挖掘导论中的K近邻聚类算法,用C++编写而成。-Introduction to Data Mining of the K neighbors clustering algorithm, using C++ has been prepared by.
tf
- EM聚类算法,Knn分类算法简单C++编程-EM clustering algorithm, Knn classification algorithm is simple C++ programming
k_algorithm
- K近邻算法源程序,很有参考价值。可用于聚类算法的相关应用中。-KNN source
DM_YeDan
- KNN(K最近邻)分类算法以及K-means(K均值)聚类算法是应用广泛的两种算法。本代码是在VS2010环境下,用 C++语言在基于KNN及K-means算法下,实现了对Iris数据集的分类与聚类。-KNN (K nearest neighbor) classification algorithm, as well as K-means (K mean) clustering algorithm is widely used two
fcm
- fcm 聚类两个k近邻算法,k近邻的非正式描述,就是给定一个样本集exset,样本数为M,每个样本点是N维向量,对于给定目标点d,d也为N维向量,要从exset中找出与d距离最近的k个点(k<=N),当k=1时,knn问题就变成了最近邻问-fcm cluster
TCM-NN-Algorithm
- TCM-KNN 算法 用于聚类分析 Debug内包含txt格式dataset 以及测试数据 程序可实现 对测试数据的自动分类-TCM-KNN algorithm for clustering analysis Debug txt format dataset contains data and test procedures can be realized on the automatic classification of t
knn
- 这是一个聚类算法的实现,对knn最近邻算法的实现。支持高纬度的数据,可用于大数据的聚类。-this is a culstering for knn
KNN
- 这是我自己写的knn的算法,实现了聚类,比较简单-This is what I wrote it myself knn algorithm implements clustering, relatively simple
KNN
- knn聚类算法的python描述,兼容python2.7 3.0以上版本-python knn clustering algorithm descr iption, compatible python2.7 3.0 or later
kNN
- knn算法。成名的k紧邻算法,聚类算法,可以用作分类。希望帮到大家。-knn algorithm. K close to the famous algorithm, clustering algorithm, it can be used as a classification. We hope to help everyone.
knnclassification
- 实现KNN聚类 聚类算法 最简单又实用的聚类方法 常用 适用于多领域(KNN clustering algorithm to achieve the simplest and practical clustering method, commonly used in many fields)
kNN
- 这是用于描述KNN聚类的python源代码,可以结合各位实际的需要使用(This is the python source code used to describe KNN clustering. It can be combined with your actual needs.)
kNN
- K最近邻(k-Nearest Neighbor,KNN)分类算法,是一个理论上比较成熟的方法,也是最简单的机器学习算法之一。该方法的思路是:在特征空间中,如果一个样本附近的k个最近(即特征空间中最邻近)样本的大多数属于某一个类别,则该样本也属于这个类别。(K-nearest neighbor (KNN) classification algorithm is a relatively mature method in theory an