Rdocumentation
powered by
Learn R Programming
NMF (version 0.2.2)
offset,NMFOffset-method: Offsets in NMF Models with Offset
Description
The function
offset
returns the offset vector from an NMF model that has an offset, e.g. an
NMFOffset
model.
Usage
## S3 method for class 'NMFOffset': offset(object)
Arguments
object
an instance of class
NMFOffset
.