
Last chance! 50% off unlimited learning
Sale ends in
unmap(classification, groups=NULL, noise=NULL, ...)
classification
is drawn. If not supplied, the default
is to assumed to be the unique entries of classification.groups
corresponding to noise.do.call
. If a noise
value of symbol is designated, the corresponding indicator
variables are relocated to the last column of the matrix.
Note:
- you can remap an unmap vector using the function map
from the package
data(nutrimouse)
Y = unmap(nutrimouse$diet)
Y
data = list(gene = nutrimouse$gene, lipid = nutrimouse$lipid, Y = Y)
# data could then used as an input in wrapper.rgcca, which is not, technically,
# a supervised method, see ??wrapper.rgcca
Run the code above in your browser using DataLab