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.
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 |