|  | SparsePlsCoefficients Property | 
            Coefficient matrix that may be used for prediction.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic override DoubleMatrix Coefficients { get; }Public Overrides ReadOnly Property Coefficients As DoubleMatrix
	Get
public:
virtual property DoubleMatrix^ Coefficients {
	DoubleMatrix^ get () override;
}abstract Coefficients : DoubleMatrix with get
override Coefficients : DoubleMatrix with get
Property Value
DoubleMatrix See Also
See Also