The Nonsmooth Nonnegative Matrix Factorization is defined as
Namespace:
CenterSpace.NMath.StatsV = WSHwhere V, W, and H are the same as in the original NMF model. The positive symmetric matrix S is a "smoothing" matrix defined as:
S = (1 - theta)I + (theta/q)11'
Assembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
Remarks
See the remarks section for this class for a description of the
parameter theta.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | Thrown is theta is less than zero or greater than one. |