SkDecomp-class {BiocSklearn}R Documentation

container for sklearn objects and transforms

Description

container for sklearn objects and transforms

Usage

## S4 method for signature 'SkDecomp'
getTransformed(x)

## S4 method for signature 'SkDecomp'
pyobj(x)

Arguments

x

instance of SkDecomp

Slots

transform

stored as R matrix

method

string identifying method

object

reference to the python object with decomposition components


[Package BiocSklearn version 1.0.2 Index]