Returns the second factor in the factorization of V = WH.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DoubleMatrix H { get; }
Visual Basic (Declaration)
Public ReadOnly Property H As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ H {
	DoubleMatrix^ get ();
}

See Also