Constructs a NMFNonsmoothUpdate instance with the specified smoothing parameter.

Namespace:  CenterSpace.NMath.Stats
Assembly:  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

ExceptionCondition
System..::.ArgumentExceptionThrown is theta is less than zero or greater than one.

See Also