Enable partial initialization and constraint specification
- Address scope and convenience imports. The nmf module is accesible at the top level, as well as the NMF class.
:code:cmf.nmf...
and :code:cmf.NMF(...)
. - More flexibility at torch level with constraints. Allows for partial initialization of components and weights, and
partial specification of constraints.