Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LinearRegressor

Hierarchy

  • LinearRegressor

Implements

Index

Constructors

Properties

Methods

Constructors

Properties

fitted: boolean
model: undefined | MultivariateLinearRegression

Methods

  • fit(X: Matrix, y: Matrix): Promise<void>
  • predict(X: Matrix): Matrix