Hi,

In my case, your first guess is right.  I need to rank classes based on
their feature vector.

   1   3   4  -2   0  class1 
   2   0   0  -3   0  class2 
   2   3   1   4   5  class3 
  -4  -5   1   0   0  class4 

Like class1 > class3> class4> class2

How can i implement it?

Regards

--
View this message in context: 
http://r.789695.n4.nabble.com/How-to-rank-vectors-based-on-their-elements-tp4558409p4558829.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to