Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - k nearest neighbor algorithm
Search - k nearest neighbor algorithm - List
DL : 0
K均值算法和K近邻算法,以及用MATLAB实现相关例子。-K-means algorithm and the K-nearest neighbor algorithm, and using MATLAB relevant examples.
Date : 2025-07-07 Size : 37kb User : sophie

K-Nearest neighbour algorithm-K- Nearest neighbor algorithm
Date : 2025-07-07 Size : 1kb User : shang jie

DL : 0
knn,即k最近邻算法是模式识别中的一种比较简单而经典的分类算法-knn, k-nearest neighbor pattern recognition algorithm is a relatively simple and classic classification algorithm
Date : 2025-07-07 Size : 17kb User : 才华

DL : 0
主要是KNN(the k-nearest neighbor algorithm ),LVQ1(learning vector quantization 1), DSM(decision surface mapping)算法。 and a simple clustering algorithm.-Mainly KNN (the k-nearest neighbor algorithm), LVQ1 (learning vector quantization 1), DSM (decision surface mapping) algorithm. and a simple clustering algorithm.
Date : 2025-07-07 Size : 12kb User : sandy

DL : 0
k最近邻分类算法:用C++实现KNN分类-k Nearest Neighbor Classification Algorithm: The C++ realize KNN classification
Date : 2025-07-07 Size : 296kb User : 徐晓云

DL : 0
K Nearest Neighbor algorithm Implementation and Overview
Date : 2025-07-07 Size : 2kb User : vietanh

DL : 0
knn (k-nearest neighbor)用c++实现的近邻算法-knn (k-nearest neighbor) algorithm
Date : 2025-07-07 Size : 4kb User : sunchao

DL : 0
K近邻算法在Matlab中的实现,相当完整,对研究KNN算法有一定帮助-K nearest neighbor in the Matlab, implementation, rather complete, the study of KNN algorithm has certainly helped
Date : 2025-07-07 Size : 131kb User : long

DL : 0
K-PNN Algorithm a type of k nearest neighbor algorithm
Date : 2025-07-07 Size : 24kb User : parisa

DL : 0
code for K Nearest Neighbor algorithm in java
Date : 2025-07-07 Size : 37kb User : buvi

In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space. k-NN is a type of instance-based learning, or lazy learning where the function is only approximated locally and all computation is deferred until classification. The k-nearest neighbor algorithm is amongst the simplest of all machine learning algorithms: an object is classified by a majority vote of its neighbors, with the object being assigned to the class most common amongst its k nearest neighbors (k is a positive integer, typically small). If k = 1, then the object is simply assigned to the class of its nearest neighbor.
Date : 2025-07-07 Size : 576kb User : bwindhya

传统基本K-最邻近分类算法源程序 云计算-Traditional basic K-nearest neighbor classification algorithm source code
Date : 2025-07-07 Size : 2kb User : gongchao

关于K近邻算法的详细描述,包括算法原理及应用背景。-K-nearest neighbor algorithm on a detailed description, including algorithm theory and application background.
Date : 2025-07-07 Size : 404kb User : 汪婵

对大量文件中相关内容的搜索,k近邻查询算法及一些改进-A large number of files in the search k nearest neighbor query algorithm and some improvements
Date : 2025-07-07 Size : 4.46mb User : wyj

从K近邻算法、距离度量谈到KD树、SIFT+BBF算法,讲解详细,非常有用-From K neighbor algorithm and distance measurement when it comes to KD tree, SIFT+ BBF algorithm, explain in detail, very useful
Date : 2025-07-07 Size : 1.53mb User : mumu

本程序实现了最近邻分类器的K近邻算法。实现方式是使用matlab-This program implements a nearest neighbor classifier K-nearest neighbor algorithm. Implementation using matlab
Date : 2025-07-07 Size : 12kb User : 王康

数据挖掘中经典的KNN(K-最近邻)算法,导入即可运行-Data Mining the classical KNN (K- nearest neighbor) algorithm, you can import operation
Date : 2025-07-07 Size : 2.5mb User : zhang29

模糊k近邻的经典理论之作,很详细,大家可以下载(A Fuzzy K-Nearest Neighbor Algorithm)
Date : 2025-07-07 Size : 1.29mb User : cherish&2017

此处用python实现机器学习k近邻算法(Implementation of k nearest neighbor algorithm for machine learning)
Date : 2025-07-07 Size : 522kb User : didi1

调用于sklearn平台的K-Nearest Neighbor Classifier算法,有着较好的分类能力(The k-nearest Neighbor Classifier algorithm for sklearn platform has good classification ability.)
Date : 2025-07-07 Size : 1kb User : 794937246
« 12 3 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.