快速计算商旅轨迹 非线性坐标数据分析
-
Updated
Feb 15, 2022 - Java
快速计算商旅轨迹 非线性坐标数据分析
Just a simple implementation of K-Nearest Neighbour algorithm.
Uses the K-Nearest Neighbor algorithm to classify handwritten digits.
Implementation KDTree and usable method for it
KNN Implementation in Java
An efficient Nearest Neighbor Classifier for the MINST dataset. It uses a VP Tree data structure for preprocessing, thus improving query time complexity
An intelligent system to predict probability of heart diseases by using classification algorithms. View README for details.
Implementation of KNN algorithm
A map-reduce implementation of the k-nearest-neighbor classifier based on Hadoop with a minimal k-fold & bootstrapping cross validation and parameter tuning.
KNN Classifier: Serial and Concurrent implementation on Iris Dataset
For the purpose of classifying documents and finding the most similar ones for a given query.
Implementation of several classification algorithms in Java. In addition to algorithms, it was necessary to implement tools for reading data, validation and evaluation metrices.
This email spam checker uses two machine learning classifiers: kNN and Naive Bayes.
Add a description, image, and links to the knn-classifier topic page so that developers can more easily learn about it.
To associate your repository with the knn-classifier topic, visit your repo's landing page and select "manage topics."