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.
FloatMatrixRef
Float matrix reference with convenience methods
Operations
New # constructor
Copy constructor
New(value:Float[,])Parameters
| Name | Type | Description |
|---|---|---|
| value | Float | boolean value |
Set #
Set boolean value
method : public : Set(value:Float[,]) ~ NilParameters
| Name | Type | Description |
|---|---|---|
| value | Float | boolean value |
ToBool #
Parsers a boolean value
method : public : ToBool() ~ BoolReturn
| Type | Description |
|---|---|
| Bool | boolean value |