搜索资源列表
c++实现的KNN库:建立高维度的K-d tree
- c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索,最小半径搜索-K-NN algorithm implementation. It supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
kNN
- k Nearest Neighbor matlab code
KNN
- 数据挖掘导论中的K近邻聚类算法,用C++编写而成。-Introduction to Data Mining of the K neighbors clustering algorithm, using C++ has been prepared by.
kmeansclustering
- K means clustering using php.
KNN
- KNN clustering with php
KNN
- 这是一个KNN聚类程序,大家共同学习,希望对大家有帮助!-This is a KNN clustering procedure, we learn together, we hope there is help!
svm
- 本程序包括:论文SVM 用于基于块划分特征提取的图像分类,和相应的matlab实现其中图像划分以及特征提取、聚类均利用matlab6.5完成。 -The procedures include: paper by SVM for feature extraction based on block classification, and the corresponding realization of one image into matlab, and feature extraction,
Knn
- MATLAB 聚类和近邻搜索模块代码如下-MATLAB clustering and nearest neighbor search module code is as follows
knnrfid
- knn clustering-knn clustering,,,,,,,,
KNN
- K最邻近密度估计分类,K最邻近密度估计技术是一种分类方法,不是聚类方法。-K nearest neighbor classification density estimation, K nearest neighbor density estimation technique is a classification method, not the clustering method.
Wavelet-P-Svd-age-determination
- Its a method where we have used wavelet and svd method to estimate the age of digital fingerprint using knn clustering method.
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.
KNN
- K最邻近密度估计技术是一种分类方法,不是聚类方法。 不是最优方法,实践中比较流行。 通俗但不一定易懂的规则是: 1.计算待分类数据和不同类中每一个数据的距离(欧氏或马氏)。 2.选出最小的前K数据个距离,这里用到选择排序法。 3.对比这前K个距离,找出K个数据中包含最多的是那个类的数据,即为待分类数据所在的类。(K nearest neighbor density estimation is a classification method, not a clustering metho
knnclassification
- 实现KNN聚类 聚类算法 最简单又实用的聚类方法 常用 适用于多领域(KNN clustering algorithm to achieve the simplest and practical clustering method, commonly used in many fields)
Clustering
- 本代码实现多个方法对数据进行聚类,例如knn方法(This code implements multiple methods to cluster data, such as the KNN method)
K-Means Clustering menggunakan Matlab
- knn image recognition for matlab code
kNN
- 机器学习/python入门项目一:聚类kNN(Machine learning / python entry project: clustering kNN)
kNN
- 这是用于描述KNN聚类的python源代码,可以结合各位实际的需要使用(This is the python source code used to describe KNN clustering. It can be combined with your actual needs.)