Package ai.libs.jaicore.ml.ranking.dyad.learner.activelearning
-
Interface Summary Interface Description IDyadRankingPoolProvider Interface for an active learning pool provider in the context of dyad ranking. -
Class Summary Class Description ActiveDyadRanker Abstract description of a pool-based active learning strategy for dyad ranking.ARandomlyInitializingDyadRanker DyadDatasetPoolProvider A pool provider which is created out of aDyadRankingDataset.PrototypicalPoolBasedActiveDyadRanker A prototypical active dyad ranker based on the idea of uncertainty sampling.RandomPoolBasedActiveDyadRanker A random active dyad ranker.UCBPoolBasedActiveDyadRanker A prototypical active dyad ranker based on the UCB decision rule.