CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - k nn matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - k nn matlab - List
[
matlab
]
knn_demo
DL : 0
K近邻法的matlab程序,发现大家都在找它!-K-nearest neighbor method of Matlab procedures, I found that we all have to find it!
Update
: 2025-02-17
Size
: 2kb
Publisher
:
wang
[
Other
]
fknn
DL : 0
KNN算法的实现,k-nearest neighbors聚类算法的matlab 实现-KNN algorithm, k-nearest neighbors clustering algorithm to achieve the matlab
Update
: 2025-02-17
Size
: 2kb
Publisher
:
jack
[
Crack Hack
]
KNN
DL : 0
k阶临近算法 可以用于文本分类和加密的应用-k-approaching algorithm can be used for text classification and encryption applications
Update
: 2025-02-17
Size
: 229kb
Publisher
:
chidayang
[
matlab
]
knn
DL : 0
knn 方法为k均值聚类用于数据点的分类-KNN method for k-means clustering for the classification of data points
Update
: 2025-02-17
Size
: 27kb
Publisher
:
[
Console
]
Knn
DL : 0
K最近邻分类的代码,附有输入输出和程序使用说明。-K nearest neighbor classification code, with input and output and procedures for use.
Update
: 2025-02-17
Size
: 506kb
Publisher
:
胡芬芬
[
AI-NN-PR
]
KNN
DL : 1
K近邻算法(KNN)的matlab源代码,程序清晰易读-K nearest neighbor (KNN) of matlab source code, procedures legible
Update
: 2025-02-17
Size
: 1kb
Publisher
:
skyfly
[
Mathimatics-Numerical algorithms
]
mitmatlab
DL : 0
数据挖掘matlab源码,包含机器学习领域中经典算法如ID3,C4.5,NN,CARD,EM等.-Data Mining matlab source, including the field of classical machine learning algorithms such as ID3, C4.5, NN, CARD, EM, etc..
Update
: 2025-02-17
Size
: 636kb
Publisher
:
liu yihao
[
Other
]
knn
DL : 0
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 results
Update
: 2025-02-17
Size
: 947kb
Publisher
:
成柳
[
AI-NN-PR
]
knn
DL : 0
Dear all: this is the k-nn algorithm, written in Matlab.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
ahmed
[
matlab
]
kNN_Matlab
DL : 0
k-NN classifier in matlab
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Namrata
[
matlab
]
knn_matlab
DL : 0
knn—k近邻准则matlab实现,适合初学者-knn-k neighbors to achieve the criteria matlab
Update
: 2025-02-17
Size
: 1kb
Publisher
:
lingjinwen
[
matlab
]
k-nn
DL : 0
k-nearest neighbour classifier source code
Update
: 2025-02-17
Size
: 1kb
Publisher
:
zeinab
[
matlab
]
2rar
DL : 0
用matlab写的最近邻和K近邻法分类器,简单易懂,适合初学者-Written with matlab and K-NN nearest neighbor classifier, easy to understand for beginners
Update
: 2025-02-17
Size
: 7kb
Publisher
:
chen
[
matlab
]
KNN_Classifier
DL : 0
一个matlab环境下的k近邻分类器,代码中有详细的注释说明,使用方便.-K-Nearest-Neighbor-Classifier MatLab Code
Update
: 2025-02-17
Size
: 1kb
Publisher
:
祁利民
[
matlab
]
knn.kmeans.fisher
DL : 1
常用的分类方法,包括最近邻(NN),k均值(kmeans),k近邻,Fisher线性判别。-Commonly used classification methods, including nearest-neighbor (NN), k the mean (kmeans), k neighbors, Fisher linear discriminant.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
刘斌
[
Special Effects
]
ClassifyHomework
DL : 0
模式识别,用平均样本法、平均距离法、最近邻法、K近邻法进行分类。-Pattern recognition, with an average of the sample method, the average distance method, nearest neighbor, K-NN classification.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
youxia
[
Special Effects
]
k-nnaustralia
DL : 0
基于MATLAB环境下k-nn算法分类器对Australia.data的分析-under matlab based on the k-nn classifier analysis for the australia.data
Update
: 2025-02-17
Size
: 8kb
Publisher
:
liam
[
AI-NN-PR
]
Classification-toolbox
DL : 0
通过降维处理,高维数据的分类一般可以转换为2维数据分类。此源码包含一个2维-2类数据分类工具箱。包括:ML,K-NN,SVM,LS,DB-Through the dimension reduction processing, high dimensional data classification commonly can convert to 2 d data classification. This source includes a 2 d-two kinds of data classification toolbox. Including: ML, K-NN by SVM, LS, DB.
Update
: 2025-02-17
Size
: 965kb
Publisher
:
杨明
[
File Format
]
matlab
DL : 0
里边包含了一个如何区分6和9的代码以及用最小距离法、梯度法以及K-NN方法对样本进行的分类代码-Inside contains an example of how to distinguish between 6 and 9, as well as the code with the minimum distance method, the gradient method and K-NN method for sample classification codes
Update
: 2025-02-17
Size
: 35kb
Publisher
:
小杜
[
Other
]
k-nn
DL : 0
k-nn算法 K-NN算法 ( K Nearest Neighbor, K近邻算法 ), 是机器学习中的一个经典算法, 比较简单且容易理解. K-NN算法通过计算新数据与训练数据特征值之间的距离, 然后选取 K (K>=1) 个距离最近的邻居进行分类或者回归. 如果K = 1 , 那么新数据将被分配给其近邻的类.(k-nnK - NN algorithm (K on his Neighbor, K Nearest Neighbor algorithm), is a classical algorithm of machine learning, more simple and easy to understand. K - NN algorithm by calculating the new data and the distance between the training data characteristic value, and then select K (K > = 1) from the Nearest Neighbor classification or regression. If K = 1, then the new data will be class assigned to its neighbours.)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
smilephil
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.