 | SVDRegressionCalculationXTXInv Property |
Gets the matrix formed by taking the inverse of the product of the
transpose of the regression matrix with itself, if available.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic DoubleMatrix XTXInv { get; }
Public ReadOnly Property XTXInv As DoubleMatrix
Get
public:
virtual property DoubleMatrix^ XTXInv {
DoubleMatrix^ get () sealed;
}
abstract XTXInv : DoubleMatrix with get
override XTXInv : DoubleMatrix with get
Property Value
Type:
DoubleMatrixImplements
IRegressionCalculationXTXInv
See Also