Result of liner equations
OperationsConstructor
New(coeffs:Float[], r_sqrd:Float)
Name | Type | Description |
---|---|---|
coeffs | Float[] | coefficient matrix |
r_sqrd | Float | r-squared value |
Gets the equation coefficients
method : public : GetCoefficients() ~ Float[]
Type | Description |
---|---|
Float[] | equation coefficients |
Gets r-squared
method : public : GetRSquared() ~ Float
Type | Description |
---|---|
Float | r-squared |
Formats the result into a string
method : public : ToString() ~ String
Type | Description |
---|---|
String | string representation |