Click or drag to resize

NMFNonsmoothUpdate(Double) Constructor

Constructs a NMFNonsmoothUpdate instance with the specified smoothing parameter.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public NMFNonsmoothUpdate(
	double theta
)

Parameters

theta  Double
Smoothing parameter. Must be between zero and one.
Exceptions
ExceptionCondition
ArgumentExceptionThrown is theta is less than zero or greater than one.
See Also