|  | DoublePCALoadings Property | 
            Gets the loading matrix. Each column is a principal component.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleMatrix Loadings { get; }Public ReadOnly Property Loadings As DoubleMatrix
	Get
public:
property DoubleMatrix^ Loadings {
	DoubleMatrix^ get ();
}member Loadings : DoubleMatrix with get
Property Value
DoubleMatrix See Also
See Also