Input: positive group , unlabeled group , size of the bootstrap samples , and number of bootstrap samples
|
Output: a function to assign a probability of being positive to each
|
//Initialize the accumulators |
for to
do: |
Draw a bootstrap sample of size from
|
Treat as negative and train a classifier to discriminate from
|
Apply
to generate a probability of being positive for all
|
Update: |
|
end for
|
Return
|