felipexw/knn-java-library
Just a simple implementation of K-Nearest Neighbour algorithm.
This library helps software developers quickly add a K-Nearest Neighbor (KNN) classification feature to their Java applications. You provide it with existing labeled data, and it learns to classify new, unlabeled data based on patterns in your examples. It's designed for developers building applications that need basic classification capabilities.
No commits in the last 6 months.
Use this if you are a Java developer who needs a straightforward, pre-built KNN algorithm to integrate into your software for tasks like data classification or pattern recognition.
Not ideal if you are looking for a machine learning library with advanced features, robust performance optimizations, or support for a wide array of algorithms beyond basic KNN.
Stars
7
Forks
1
Language
Java
License
—
Category
Last pushed
Sep 08, 2016
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/felipexw/knn-java-library"
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
dstarrago/fuzzy_rough_classifiers
Framework for developing fuzzy and fuzzy-rough classification models for multiple instance data