Algorithm 2 Personalized Classifier with Multiple Thresholds (PCMT). |
Require:, , a set of
Get Personalized Classifiers for each of the in the for and (i.e., Personalized Classifier())
Obtain predicted probabilities from each of the PC classifiers for
Average the predicted probabilities of the PC classifiers
Return predicted probability for the
|