jknn and knn-java-library

jknn
27
Experimental
knn-java-library
21
Experimental
Maintenance 0/25
Adoption 4/25
Maturity 8/25
Community 15/25
Maintenance 0/25
Adoption 4/25
Maturity 8/25
Community 9/25
Stars: 7
Forks: 4
Downloads:
Commits (30d): 0
Language: Java
License:
Stars: 7
Forks: 1
Downloads:
Commits (30d): 0
Language: Java
License:
No License Stale 6m No Package No Dependents
No License Stale 6m No Package No Dependents

About jknn

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.

data-classification pattern-recognition Java-development predictive-modeling

About knn-java-library

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.

Java development data classification pattern recognition supervised learning software development

Scores updated daily from GitHub, PyPI, and npm data. How scores work