Computes the probability for a given label class, given the current Model
Computes the probability for a given label class, given the current Model
the Instance which needs a class predicted
the predicted probability
Update the model, depending on the Instance given for training.
Update the model, depending on the Instance given for training.
the example based on which the Model is updated
the updated Model
A Model trait defines the needed operations on any learning Model. It provides methods for updating the model and for predicting the label of a given Instance