View source: R/select_xdecom.R
xselect_decom | R Documentation |
Accepts decomposer name (supports abbreviations) and returns rtemis function name or the function itself. If run with no parameters, prints list of available algorithms.
xselect_decom(xdecom, fn = FALSE, desc = FALSE)
xdecom |
Character: Cross-decomposition name; case insensitive |
fn |
Logical: If TRUE, return function, otherwise return name of function. Default = FALSE |
desc |
Logical: If TRUE, return full name of algorithm. Default = FALSE |
Function or name of function (see param fn
) or full name of algorithm (desc
)
E.D. Gennatas
Other Cross-Decomposition:
x_CCA()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.