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 ClassificationModel trait defines the needed operations on any classification Model. It provides methods for updating the model and for predicting the label of a given Instance