compareOrig {nlcv} | R Documentation |
function to compare the original matrix of correct classes to each component of the output object for a certain classifier
Description
function to compare the original matrix of correct classes to each component of the output object for a certain classifier
Usage
compareOrig(nlcvObj, techn)
Arguments
nlcvObj |
return of the |
techn |
technique for which the comparison to correct classes should be made |
Value
list with for each number of features selected, a matrix of logical values indicating whether the classifier results correspond (TRUE) or not (FALSE) to the original values to be classified
[Package nlcv version 0.3.5 Index]