|  | IPLS2CalcCoefficients Property | 
            Gets the matrix of coefficients used for making predictions.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic abstract DoubleMatrix Coefficients { get; }Public MustOverride ReadOnly Property Coefficients As DoubleMatrix
	Get
public:
virtual property DoubleMatrix^ Coefficients {
	DoubleMatrix^ get () abstract;
}abstract Coefficients : DoubleMatrix with get
Property Value
DoubleMatrix See Also
See Also