johnmyleswhite / kNN.jl

The k-nearest neighbors algorithm in Julia
Other
22 stars 17 forks source link

Allow classification and regression for data set with non-real valued features #5

Open johnmyleswhite opened 10 years ago

johnmyleswhite commented 10 years ago

It's very useful to apply k-nearest neighbors to things like text using purely text-based distance metrics.