Rabrg/jknn
A Java implementation of the k-nearest neighbors algorithm
This tool helps developers who need to categorize or predict outcomes based on similar past examples. It takes in structured data with known categories (for training) and then new, uncategorized data. The output is a predicted category for each new data point, based on the 'k' most similar training examples.
No commits in the last 6 months.
Use this if you are a Java developer building an application that needs a straightforward way to classify data, like recognizing handwritten digits or predicting types based on numerical features, using the k-nearest neighbors algorithm.
Not ideal if you need to classify very large datasets with high performance requirements or if you are looking for a pre-built application rather than a programming library.
Stars
7
Forks
4
Language
Java
License
—
Category
Last pushed
May 15, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Rabrg/jknn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
stabgan/K-Nearest-Neighbours
I applied the K-NN model for my classification problem in both R and Python
thatipamula-jashwanth/smart-knn
smartKNN - A feature-weighted KNN algorithm with automatic preprocessing, normalization, and...
ksdkamesh99/KNN-Visualiser
It is a best Visualiser for implementing K-Nearest Neighbours Algorithm with 3 different classes...
ullayne02/Natural-Neighbor
Knn implementation without K parameter
MeGysssTaa/lvq4j
LVQ (Learning Vector Quantization) library for Java