|  | PLS2NipalsAlgorithmResponseLoadings Property | 
            Gets the response loadings matrix.     
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleMatrix ResponseLoadings { get; }Public ReadOnly Property ResponseLoadings As DoubleMatrix
	Get
public:
property DoubleMatrix^ ResponseLoadings {
	DoubleMatrix^ get ();
}member ResponseLoadings : DoubleMatrix with get
Property Value
DoubleMatrix Remarks
RemarksThe response loadings matrix is described in the class summary.
            
 See Also
See Also