File: runtime-commaNMFList-method.Rd

package info (click to toggle)
r-cran-nmf 0.21.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,328 kB
  • sloc: cpp: 680; ansic: 7; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 837 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
\docType{methods}
\name{runtime,NMFList-method}
\alias{runtime,NMFList-method}
\title{Returns the CPU time required to compute all NMF fits in the list.
It returns \code{NULL} if the list is empty.
If no timing data are available, the sequential time is returned.}
\usage{
  \S4method{runtime}{NMFList}(object, all = FALSE)
}
\arguments{
  \item{all}{logical that indicates if the CPU time of each
  fit should be returned (\code{TRUE}) or only the total
  CPU time used to compute all the fits in \code{object}.}

  \item{object}{an object computed using some algorithm, or
  that describes an algorithm itself.}
}
\description{
  Returns the CPU time required to compute all NMF fits in
  the list. It returns \code{NULL} if the list is empty. If
  no timing data are available, the sequential time is
  returned.
}
\keyword{methods}