Re: [R] !!!function to do the knn!!!

2011-09-02 Thread jiliguala
ths a lot, david. it helps a lot -- View this message in context: http://r.789695.n4.nabble.com/function-to-do-the-knn-tp3781137p3786253.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.e

Re: [R] !!!function to do the knn!!!

2011-09-02 Thread jiliguala
really thxs to David Winsemius.. this websits helps a lot, -- View this message in context: http://r.789695.n4.nabble.com/function-to-do-the-knn-tp3781137p3786251.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org

Re: [R] !!!function to do the knn!!!

2011-09-01 Thread Liviu Andronic
I would nominate the following fortune: On Thu, Sep 1, 2011 at 12:16 PM, Petr PIKAL wrote: > Try to call 112 if you are in Europe. > David Winsemius: Thank your for your entry in the Poorly Capitalized and Inadequately Searched Posting Contest. mark: help, help ,help!!! Petr PIKAL: Try to call

Re: [R] !!!function to do the knn!!!

2011-09-01 Thread Petr PIKAL
Hi Try to call 112 if you are in Europe. Regards Petr > Re: [R] !!!function to do the knn!!! > > help, help ,help!!! > > -- > View this message in context: http://r.789695.n4.nabble.com/function-to- > do-the-knn-tp3781137p3781738.html > Sent from the R help mailing li

Re: [R] !!!function to do the knn!!!

2011-09-01 Thread Paul Hiemstra
On 08/31/2011 02:55 PM, David Winsemius wrote: > Thank your for your entry in the Poorly Capitalized and Inadequately > Searched Posting Contest. You will be advised of your ranking in due > course. In the meantime, you may want to consult the recommended > search site for []functions and []Task V

Re: [R] !!!function to do the knn!!!

2011-08-31 Thread Uwe Ligges
And with this one the OP won the contest David talked about with a highscore. Uwe Ligges On 31.08.2011 19:35, jiliguala wrote: help, help ,help!!! -- View this message in context: http://r.789695.n4.nabble.com/function-to-do-the-knn-tp3781137p3781738.html Sent from the R help mailing list

Re: [R] !!!function to do the knn!!!

2011-08-31 Thread jiliguala
help, help ,help!!! -- View this message in context: http://r.789695.n4.nabble.com/function-to-do-the-knn-tp3781137p3781738.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/

Re: [R] !!!function to do the knn!!!

2011-08-31 Thread David Winsemius
Thank your for your entry in the Poorly Capitalized and Inadequately Searched Posting Contest. You will be advised of your ranking in due course. In the meantime, you may want to consult the recommended search site for []functions and []Task Views that have "clustering" and "classification

[R] !!!function to do the knn!!!

2011-08-31 Thread jiliguala
hi, r users i have a problem with KNN. i have 2 datasets, X0 and X1. >dim(X0) >1471*13 dim(X1) >5221*13 and for every instances in the dataset X1, i want to find the nearest neighbour(1nn) in the dataset X0. and i dont have the true classifications of dataset X1. but the function knn() need