nmfFormals: Showing Arguments of NMF Algorithms

Description Usage Arguments Methods (by generic) See Also Examples

View source: R/NMFStrategy-class.R

Description

This function returns the extra arguments that can be passed to a given NMF algorithm in a call to nmf().

Usage

1
2
3
4
5
6
nmfFormals(x, ...)

## S3 method for class 'character'
nmfFormals(x, ...)

nmfArgs(x)

Arguments

x

algorithm specification

...

extra argument to allow extension and passed to a suitable method.

Methods (by generic)

See Also

nmfWrapper

Examples

1
2
3
# show arguments of an NMF algorithm
nmfArgs('brunet')
nmfArgs('snmf/r')

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