|  | SparsePlsPredictorLoadings Property | 
            Gets the predictor variable loadings. This is an alias for
            XLoadings.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic override DoubleMatrix PredictorLoadings { get; }Public Overrides ReadOnly Property PredictorLoadings As DoubleMatrix
	Get
public:
virtual property DoubleMatrix^ PredictorLoadings {
	DoubleMatrix^ get () override;
}abstract PredictorLoadings : DoubleMatrix with get
override PredictorLoadings : DoubleMatrix with get
Property Value
DoubleMatrix See Also
See Also