Bundle Machine learning library with linear regression, logistic regression, k-means clustering, and matrix operations. Designed for tabular data; supports training, prediction, and model evaluation. Compile with -lib ml.
LinearResult
Result of liner equations
Operations
GetCoefficients #
Gets the equation coefficients
method : public : GetCoefficients() ~ Float[]Return
| Type | Description |
|---|---|
| Float | equation coefficients |
GetRSquared #
Gets r-squared
method : public : GetRSquared() ~ FloatReturn
| Type | Description |
|---|---|
| Float | r-squared |