Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

nmfFormals

Showing Arguments of NMF Algorithms


Description

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

nmfArgs is a shortcut for args(nmfWrapper(x)), to display the arguments of a given NMF algorithm.

Usage

nmfFormals(x, ...)

  nmfArgs(x)

Arguments

x

algorithm specification

...

extra argument to allow extension

Examples

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

NMF

Algorithms and Framework for Nonnegative Matrix Factorization (NMF)

v0.23.0
GPL (>= 2)
Authors
Renaud Gaujoux, Cathal Seoighe
Initial release
2020-07-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.