search for: knnflex

Displaying 1 result from an estimated 1 matches for "knnflex".

Did you mean: inflex
2007 Apr 11
1
Function knn.dist from knnflex library
Hello, I am feeling that this question can have a very simple answer, but I can't find it. I need to use the function knn.dist from knnflex library. Whatever I try, I get the error: Error in as.vector.dist(x, "character") : unused argument(s) ("character") First example: > a<-NULL > a<-rbind(a,c(5.2,-8.1)) > a<-rbind(a,c(8.8,-16.1)) > a<-rbind(a,c(10.5,-0.9)) > knn.dist(a) Error in as.v...