NMFList-class: Class for Storing Heterogeneous NMF fits

Description Usage Arguments Methods (by generic)

Description

This class wraps a list of NMF fit objects, which may come from different runs of the function nmf, using different parameters, methods, etc.. These can be either from a single run (NMFfit) or multiple runs (NMFfitX).

Note that its definition/interface is very likely to change in the future.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature 'NMFList'
show(object)

## S4 method for signature 'NMFList'
algorithm(object, string = FALSE, unique = TRUE)

## S4 method for signature 'NMFList'
seqtime(object)

## S4 method for signature 'NMFList'
runtime(object, all = FALSE)

Arguments

object

an object of class NMFList

string

a logical that indicate whether the names should be collapsed into a comma-separated string.

unique

a logical that indicates whether the result should contain the set of method names, removing duplicated names. This argument is forced to TRUE when string=TRUE.

all

logical that indicates if the CPU time of each fit should be returned (TRUE) or only the total CPU time used to compute all the fits in object.

Methods (by generic)


renozao/NMF documentation built on June 14, 2020, 9:35 p.m.