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