Online Learning Analysis

class embedded_voting.OnlineLearning(list_agg, generator=None)[source]

Class to compare the performance of different aggregators on a given generator.

Parameters:
  • list_agg (list of Aggregator) – List of aggregators to compare.
  • generator (TruthGenerator) – Generator to use for the true ratings of the candidates