Closed rnowling closed 9 years ago
Currently the knn function directly performs the prediction. To be consistent with the other classifiers, we can change knn to return a model record that implements the IFn interface.
knn
IFn
Closed by pull request #12 .
Currently the
knn
function directly performs the prediction. To be consistent with the other classifiers, we can changeknn
to return a model record that implements theIFn
interface.