Skip to contents

Perform linear or non-linear decomposition of numeric data.

Usage

decomp(x, algorithm = "ICA", config = NULL, verbosity = 1L)

Arguments

x

Matrix or data frame: Input data.

algorithm

Character: Decomposition algorithm.

config

DecompositionConfig: Algorithm-specific config.

verbosity

Integer: Verbosity level.

Value

Decomposition object.

Author

EDG