salvacorts / Spark-INFFC

🐘 Noise filtering method for Spark based on the fusion of classifiers and noise score metrics
Apache License 2.0
0 stars 0 forks source link

Termination Criteria #6

Closed salvacorts closed 3 years ago

salvacorts commented 3 years ago

The iterative process stops when, for a number of consecutive iterations g, the number of identified noisy examples in each of these iterations g is less than a percentage p of the size of the original training dataset.

salvacorts commented 3 years ago

Solved with ee5482b