Description Usage Arguments Methods (by generic)
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.
1 2 3 4 5 6 7 8 9 10 11 |
object |
an object of class |
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 |
all |
logical that indicates if the CPU time of each fit should be
returned ( |
show(object = NMFList)
: Show method for objects of class NMFList
algorithm(object = NMFList)
: Returns the method names used to compute the NMF fits in the list.
It returns NULL
if the list is empty.
seqtime(object = NMFList)
: Returns the CPU time that would be required to sequentially compute all NMF
fits stored in object
.
This method calls the function runtime
on each fit and sum up the
results.
It returns NULL
on an empty object.
runtime(object = NMFList)
: Returns the CPU time required to compute all NMF fits in the list.
It returns NULL
if the list is empty.
If no timing data are available, the sequential time is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.