Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 557 Bytes

File metadata and controls

17 lines (10 loc) · 557 Bytes

Home > @josh-brown/vector > LinearRegressor > getParameters

LinearRegressor.getParameters() method

Get the coefficients of the trained linear regression model, or undefined if the model has not been trained.

Signature:

getParameters(): Vector | undefined;

Returns:

Vector | undefined