Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - classification by nearest neighbor
Search - classification by nearest neighbor - List
灰度共生矩阵提取特征值,最近邻算法,进行纹理图像分类。creat_apprentissage用来训练样本,cooccurence是灰度共生矩阵提取特征值,knn是进行k最近邻算法,classif是纹理图像分类-coocurence matrix,using K nearest neighbor to classify textures images.
Date : 2025-12-16 Size : 50.67mb User : 王静

k最近邻分类器。编写的一个matlab函数。输入向量Z表示所属的类,返回一个向量,表示由k最近邻分类给定的。-k nearest neighbor classifier. Write a matlab function. Input vector Z that belongs to the class, returns a vector, expressed by the k nearest neighbor classification given.
Date : 2025-12-16 Size : 1kb User : menghang

KNN是通过测量不同特征值之间的距离进行分类。它的的思路是:如果一个样本在特征空间中的k个最相似(即特征空间中最邻近)的样本中的大多数属于某一个类别,则该样本也属于这个类别。K通常是不大于20的整数。KNN算法中,所选择的邻居都是已经正确分类的对象。该方法在定类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。(NN is classified by measuring the distance between the different eigenvalues. It is the idea that the sample also belongs to this category if the majority of k samples of the sample in the feature space are the most similar (ie, the nearest neighbor in the feature space). K is usually an integer greater than 20. In the KNN algorithm, the selected neighbors are objects that have been correctly classified. The method determines the category of the sample to be sorted only on the classification decision based on the nearest one or several samples.)
Date : 2025-12-16 Size : 26kb User : haibelief
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.