|  | PLS1NipalsAlgorithmLoadings Property | 
            Gets the loadings matrix for PredictorMatrix. The loadings matrix
            is described in the class summary.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic override DoubleMatrix Loadings { get; }Public Overrides ReadOnly Property Loadings As DoubleMatrix
	Get
public:
virtual property DoubleMatrix^ Loadings {
	DoubleMatrix^ get () override;
}abstract Loadings : DoubleMatrix with get
override Loadings : DoubleMatrix with get
Property Value
DoubleMatrix See Also
See Also