johnmyleswhite / kNN.jl

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

Extend kernel regression to n-dimensional inputs #4

Open johnmyleswhite opened 10 years ago

johnmyleswhite commented 10 years ago

Right now, kernelregression only works for functions that map R to R. It should also work for functions that map R^k to R.