Package es.uam.eps.ir.relison.links.data.ml.balance
In the context of supervised recommendation, it contains algorithms for balancing the class representation.
-
Interface Summary Interface Description Balancer<U> Definition of an algorithm that modifies a set of instances, so the classes are balanced. -
Class Summary Class Description SMOTEBalancer<U> Balances a dataset using the Synthetic Minority Over-Sampling Technique (SMOTE).