LinearRegression class Null safety
Constructors
- LinearRegression(Registers regs)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- m → double
-
final
- n → double
-
final
- num → double
-
final
- p → double
-
final
- r → double
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- slope → double
-
read-only
- sumX → double
-
final
- sumY → double
-
final
- yIntercept → double
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
yHat(
double x) → double
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited