Linear

Simple Linear Regression

Constructors

this
this(Tensor X, Tensor Y)
Undocumented in source.

Members

Functions

opCall
Tensor opCall(Tensor x)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

intercept
double intercept;
Undocumented in source.
slope
double slope;
Undocumented in source.

Meta