inoueakimitsu / milwrap

Wrapping single instance learning algorithms for fitting them to data for multiple instance learning
MIT License
1 stars 0 forks source link

feat: Prevent label conflict between classes #14

Closed inoueakimitsu closed 2 years ago

inoueakimitsu commented 2 years ago

This fix is related to the modification process of labels for each iteration.

In one iteration, the label of the same instance could be changed multiple times. This will probably affect convergence.

This fix will make sure that once an instance is labeled, it will not be labeled again until the next iteration.