ButchR_NMF-class: The ButchR_NMF class

ButchR_NMF-classR Documentation

The ButchR_NMF class

Description

The ButchR_NMF class

Value

An object of class ButchR_NMF.

Slots

input_matrix

list of matrices

WMatrix

list.

HMatrix

list.

FrobError

DataFrame.

OptKStats

DataFrame.

OptK

numeric.

SignFeatures

DataFrame or list.

Examples

## Not run: 
ButchR_NMF(input_matrix = input_matrix,
           WMatrix      = lapply(complete_eval, "[[" , "W"),
           HMatrix      = lapply(complete_eval, "[[" , "H"),
           FrobError    = frob_errors,
           OptKStats    = OptKStats,
           OptK         = OptK,
           SignFeatures = SignFeatures)

## End(Not run)

wurst-theke/ButchR documentation built on April 23, 2022, 1:15 p.m.