There used to be a package called knnflex for language R, but it is not any longer available from CRAN. I have got the tar files, but how I can install it under R?
also is there any other package that can support knn.dist or knn.predict?
There used to be a package called knnflex for language R, but it is
Share
Package FNN. A collection of fast k-nearest neighbor search algorithms and applications including a cover-tree, kd-tree and the nearest neighbor algorithm in package class. In addition, KNN classification, regression and information measures are also implemented.
See http://cran.r-project.org/web/packages/FNN/index.html