the
fit(s) for each method and each value of the rank.
accuracy
a data.frame that contains the summary
assessment measures, for each fit.
Arguments
x
target matrix
rank
factorization rank
method
list of methods to apply
colClass
reference class to assess accuracy
...
extra paramters passed to nmf
output
output HTML file
template
template Rmd file
Details
The report is based on an .Rmd document
'report.Rmd' stored in the package installation
sub-directory scripts/, and is compiled using
knitr.
At the beginning of the document, a file named
'functions.R' is looked for in the current
directory, and sourced if present. This enables the
definition of custom NMF methods (see
setNMFMethod) or setting global options.