| Interface | Description |
|---|---|
| IDyadRankingPoolProvider |
Interface for an active learning pool provider in the context of dyad
ranking.
|
| 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 a
DyadRankingDataset. |
| 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.
|