Simple Bayes v0.7.1 SimpleBayes.Trainer.TrainingCounter

Summary

Functions

Increments and updates the training count

Functions

increment(data)

Increments and updates the training count.

Examples

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