|  | PLS1NipalsAlgorithmWeights Property | 
            Returns the matrix of weights computed by the algorithm.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleMatrix Weights { get; }Public ReadOnly Property Weights As DoubleMatrix
	Get
public:
property DoubleMatrix^ Weights {
	DoubleMatrix^ get ();
}member Weights : DoubleMatrix with get
Property Value
DoubleMatrix See Also
See Also