|  | PLS1NipalsAlgorithmResponseWeights Property | 
            Gets the vector of response weights. The ith element of this vector
            corresponds to the regression coefficient calculated by ordinary linear
            regression of the response vector on the ith score vector.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleVector ResponseWeights { get; }Public ReadOnly Property ResponseWeights As DoubleVector
	Get
public:
property DoubleVector^ ResponseWeights {
	DoubleVector^ get ();
}member ResponseWeights : DoubleVector with get
Property Value
DoubleVector See Also
See Also