select_decom: Select 'rtemis' Decomposer

View source: R/select_decom.R

select_decomR Documentation

Select rtemis Decomposer

Description

Accepts decomposer name (supports abbreviations) and returns rtemis function name or the function itself. If run with no parameters, prints list of available algorithms.

Usage

select_decom(decom, fn = FALSE, desc = FALSE)

Arguments

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 decom

Value

Function or name of function (see param fn) or full name of algorithm (desc)

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on April 24, 2024, 6:58 p.m.