Description Usage Arguments Value See Also Examples
Best correspondence between classes given two vectors viewed as alternative classifications of the same object.
1 | mapClass(a, b)
|
a |
A numeric or character vector of class labels. |
b |
A numeric or character vector of class labels.
Must have the same length as
|
A list with two named elements,
aTOb
and
bTOa
which are themselves lists.
The aTOb
list has a component corresponding
to each unique element of a
, which gives
the element or elements of b
that result in the closest class correspondence.
The bTOa
list has a component corresponding
to each unique element of b
, which gives
the element or elements of a
that result in the closest class correspondence.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.