Package ai.libs.jaicore.ml.dyadranking.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 ConfidenceIntervalClusteringBasedActiveDyadRanker A prototypical active dyad ranker based on clustering of pseudo confidence intervals.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.