select_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.
select_decom(decom, fn = FALSE, desc = FALSE)
decom |
Character: Decomposition name. Case insensitive. e.g. "iso" for isomap |
fn |
Logical: If TRUE, return function, otherwise name of function. Defaults to FALSE |
desc |
Logical: If TRUE, return full name of algorithm |
Function or name of function (see param fn
) or full name of algorithm (desc
)
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.