fslaborg / FSharp.Stats

statistical testing, linear algebra, machine learning, fitting and signal processing in F#
https://fslab.org/FSharp.Stats/
Other
205 stars 54 forks source link

kNN classification #300

Closed bvenn closed 7 months ago

bvenn commented 9 months ago

Description

KNN which stand for K Nearest Neighbor is a Supervised Machine Learning algorithm that classifies a new data point into the target class, depending on the features of its neighboring data points. [1]

References

Pointers

s-weil commented 8 months ago

I'd be happy to work on this issue.