Learn R Programming

rtemis (version 0.79)

decom: Matrix Decomposition with rtemis

Description

Convenience function to perform any rtemis decomposition

Usage

decom(x, decom = "ICA", x.test = NULL, verbose = TRUE, ...)

Arguments

x

Numeric matrix / data frame: Input data

decom

String: Decomposer name. See ]linkdecomSelect. Default = "ICA"

x.test

Numeric matrix / data frame: Testing set data if supported by decom

verbose

Logical: if TRUE, print messages to screen

...

Additional arguments to be passed to decom

Value

rtDecom object

Details

decom returns an R6 class object rtDecom