1.2. Non Aggregative Quantification#

Non-aggregative quantification methods do not rely on the classifier’s predicted values to infer the class distribution of the test set. Instead, they estimate the distribution directly, taking advantage of information from the training set and/or the test set.

Currently, the library implements only the HDx method. This non-aggregative binary quantifier estimates the class distribution by measuring the distance between training and test features, and it is similar to the HDy quantifier proposed by the same author (González-Castro et al. (2013)).