Bundle Core machine learning types: the seedable Random generator, Matrix2D linear algebra and activations, matrix reference holders, the NeuralNetwork and CSV-backed MatrixReader. 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 |