Simple Bayes v1.0.0 SimpleBayes.Trainer.TrainingCounter

Link to this section Summary

Functions

Increments and updates the training count

Link to this section Functions

Link to this function increment(data)

Increments and updates the training count.

Examples

iex> SimpleBayes.Trainer.TrainingCounter.increment(%{trainings: 1})
%{trainings: 2}