Constructs a NMFNonsmoothUpdate instance with the specified smoothing parameter.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public NMFNonsmoothUpdate( double theta ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ theta As Double _ ) |
| Visual C++ |
|---|
public: NMFNonsmoothUpdate( double theta ) |
Parameters
- theta
- Type: System..::.Double
Smoothing paramter. Must be between zero and one.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | Thrown is theta is less than zero or greater than one. |