.. _api_aggregate: API aggregate =============== .. automodule:: peerannot.models.aggregation :members: :no-inherited-members: .. currentmodule:: peerannot.models.aggregation The ``aggregate`` strategies are used to combine labels from multiple users into a single label. This aggregated label can be either a probability distribution (soft label) or a single class label (hard label). All strategies are located at `this direction on GitHub `. All aggregation-based strategies are available running: .. prompt:: bash peerannot agginfo .. autosummary:: :recursive: :toctree: generated/ :nosignatures: majority_voting.MajorityVoting naive_soft.NaiveSoft wawa.Wawa iwmv.IWMV dawid_skene.DawidSkene glad.GLAD plantnet.PlantNet twothird.TwoThird dawid_skene_clust.DawidSkeneClust wds.WDS