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