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