t transpose an NMF model, by transposing and
swapping its basis and coefficient matrices:
$t([W,H]) = [t(H), t(W)]$.
Usage
"t" (x)
Arguments
x
NMF model object.
Details
The function t is a generic defined in the
base package. The method t.NMF defines the
trasnformation for the general NMF interface. This method
may need to be overloaded for NMF models, whose structure
requires specific handling.