搜索资源列表
knn
- 使用C语言编写的最近邻算法,可以直接运行,算法是对鸢尾花数据进行了分类。-Written in C language using the nearest neighbor algorithm can be run directly, the algorithm is the iris data are classified.
knn
- knn算法,用kNN算法对鸢尾花数据进行了分类-knn algorithm, kNN algorithm with a classification of the iris data
LDA_KNN
- 对随机选择的iris数据,用LDA进行特征提取,然后用K近邻分类器分类的完整程序-Feature extraction using LDA,and perform classification via KNN
facepcalda
- 一个用PCA和LDA降维,并用knn分类的人脸识别例程-A dimension reduction using PCA and LDA, and face recognition with the knn classification routines
KNN_1
- KNN algorithm on IRIS data using matlab
knn
- 基于KNN算法的鸢尾花分类代码,可一直在matlab上运行。-Iris classification code based on the KNN algorithm, has been running in matlab.
DMProject
- 数据挖掘算法KNN、K-means的实现与挖掘Iris数据集的结果分析-Data mining algorithms, KNN, the K-means to achieve mining Iris data set
knn
- une petite application qui utilise l algorithme KNN (KPPV) en utilisant le fichier iris comme l ensemble initial a small application that uses the KNN algorithm (kNN) file using the iris as the initial set
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 algorithms. The code VS2010 en
KNN
- 模式识别大作业K近邻算法(KNN)C++实现,内有iris和wine数据测试以及其他相关资料。-, Pattern Recognition large job K nearest neighbor algorithm (KNN) C++ achieved within the iris and wine data testing and other relevant information.
knniris
- this program finds classificqation rate of iris dataset using KNN method. KNN method is a method in pattern recognition which finds an unknown parameter from K nearest neighbors from set of known parameters.
KNN
- KNN数据挖掘经典算法,采用的是iris.data数据,数据在文件包里了,需要改一下路径就可以了。-KNN classical data mining algorithms, using iris.data data, the data in the paper bag, the need to change the path on it.
knn
- knn算法,用的数据时iris数据,可以运行,所以放心使用-this is perfect
MLT Assignment 1 code
- Iris Data set with knn and basyain classifier techniques
IrisTest
- 运用matlab对鸢尾花数据进行了基于knn算法的分类编程(Using MATLAB to classify iris data based on KNN algorithm, we can refer to it.)
knn
- matlab 实现鸢尾花数据集的KNN算法(Matlab implementation of KNN algorithm)
鸢尾花
- 封装KNN算法,了解IRIS数据集 分类鸢尾花数据集(Encapsulation of KNN algorithm to understand IRIS dataset classification iris dataset)