 | SparsePlsYLoadings Property |
Gets the matrix of Y loadings.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix YLoadings { get; }
Public ReadOnly Property YLoadings As DoubleMatrix
Get
public:
property DoubleMatrix^ YLoadings {
DoubleMatrix^ get ();
}
member YLoadings : DoubleMatrix with get
Property Value
DoubleMatrix
See Also