Accepts decomposer name (supports abbreviations) and returns rtemis function name or the function itself. If run with no parameters, prints list of available algorithms.
decomSelect(decom, fn = FALSE, desc = FALSE)
String: Decomposition name. Case insensitive. e.g. "iso" for isomap
Logical: If TRUE, return function, otherwise name of function. Defaults to FALSE
Logical: If TRUE, return full name of algorithm decom
Function or name of function (see param fn
) or full name of algorithm (desc
)