runtime,NMFList-method {NMF} | 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. |