Skip to content

KNN ALGORITHM - #2484

Closed
dermimalika wants to merge 1 commit into
TheAlgorithms:masterfrom
dermimalika:MalikaBranch
Closed

KNN ALGORITHM#2484
dermimalika wants to merge 1 commit into
TheAlgorithms:masterfrom
dermimalika:MalikaBranch

Conversation

@dermimalika

Copy link
Copy Markdown

KNN ALGORITHM WITH JAVA

The k-nearest neighbors (KNN) algorithm is a simple, supervised machine learning algorithm that can be used to solve both classification and regression problems. It's easy to implement and understand, but has a major drawback of becoming significantly slows as the size of that data in use grows.

@dermimalika
dermimalika requested a review from siriak as a code owner October 4, 2021 19:54
@siriak

siriak commented Oct 9, 2021

Copy link
Copy Markdown
Member

The code doesn't contain KNN algorithm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants