 | NMFNonsmoothUpdate Constructor (Double) |
Constructs a NMFNonsmoothUpdate instance with the specified smoothing parameter.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic NMFNonsmoothUpdate(
double theta
)
Public Sub New (
theta As Double
)
public:
NMFNonsmoothUpdate(
double theta
)
new :
theta : float -> NMFNonsmoothUpdate
Parameters
- theta
- Type: SystemDouble
Smoothing parameter. Must be between zero and one.
ExceptionsException | Condition |
---|
ArgumentException | Thrown is theta is less than zero
or greater than one. |
See Also