getErrors {FKBL} | R Documentation |
It counts the number of errors between two class vectors. An error is when the inferred class is not the correct one.
getErrors(class1,class2)
Takes two vectors.
class1 |
The first class. |
class2 |
The second class. |
Return the number of discrepancies.
data(c1) data(c2) getErrors(c1,c2)