Learn R Programming

rtemis (version 0.79)

rtDecomLearn-class: R6 class for rtemis decomLearn

Description

rtemis decomLearn R6 object

Usage

# rtDecom$new(decom.name = ...) # initialize new object

Arguments

Format

An object of class R6ClassGenerator of length 24.

Fields

decom.name

String: Name of decomposition algorithm

call

Originating call

xnames

Character vector: Column names of x

decom

Decomposition model output

projections.train

Input data projected on new axes / basis

projections.test

Input test data projected on new axes / basis

extra

List: Algorithm-specific output