Click or drag to resize

NMFNonsmoothUpdateSmoothingMatrix Property

Gets the smoothing matrix. The smoothing matrix is a positive symmetric matrix S defined as:
            S = (1 - theta)I + (theta/q)11'
            
where I is the identity matrix, 1 is a vector of ones and the parameter t is between 0 and 1, inclusive. See class description.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix SmoothingMatrix { get; }

Property Value

DoubleMatrix
See Also