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