Fixed Terms in NMF Models
These functions are for internal use and should not be called by the end-user.
cterms<-
sets fixed coefficient terms or indexes
and should only be called on a newly created NMF object,
i.e. in the constructor/factory generic
nmfModel
.
bterms(object)<-value cterms(object)<-value
object |
NMF object to be updated. |
value |
specification of the replacement value for fixed-terms. |
They use model.matrix(~ -1 + ., data=value)
to generate suitable term matrices.
signature(object = "NMFstd")
:
Default method tries to coerce value
into a
data.frame
with as.data.frame
.
signature(object = "NMFstd")
:
Default method tries to coerce value
into a
data.frame
with as.data.frame
.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.