Perform linear or non-linear decomposition of numeric data.
Usage
decomp(x, algorithm = "ICA", parameters = NULL, verbosity = 1L)
Arguments
- x
Matrix or data frame: Input data.
- algorithm
Character: Decomposition algorithm.
- parameters
DecompositionParameters: Algorithm-specific parameters.
- verbosity
Integer: Verbosity level.
Value
Decomposition object.