runtime,NMFList-method | R Documentation |
NULL
if the list is empty.
If no timing data are available, the sequential time is returned.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.
## S4 method for signature 'NMFList'
runtime(object, all = FALSE)
all |
logical that indicates if the CPU time of each
fit should be returned ( |
object |
an object computed using some algorithm, or that describes an algorithm itself. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.