|  | IPLS2CalcPredictorLoadings Property | 
            Gets a matrix whow columns are the predictor loading vectors.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic abstract DoubleMatrix PredictorLoadings { get; }Public MustOverride ReadOnly Property PredictorLoadings As DoubleMatrix
	Get
public:
virtual property DoubleMatrix^ PredictorLoadings {
	DoubleMatrix^ get () abstract;
}abstract PredictorLoadings : DoubleMatrix with get
Property Value
DoubleMatrix See Also
See Also