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.
BayesGroup
Naive Bayes group of entries
Operations
AddEntry #
Adds an entry
method : public : AddEntry(entry:BayesEntry) ~ BoolParameters
| Name | Type | Description |
|---|---|---|
| entry | BayesEntry | entry to add |
Return
| Type | Description |
|---|---|
| Bool | true if added, false otherwise |
GetEntries #
Gets entries
method : public : GetEntries() ~ Map<String,BayesEntry>Return
| Type | Description |
|---|---|
| Map<String,BayesEntry> | entries |