| 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 public 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
DoubleMatrixSee Also