Interface IActiveLearningPoolProvider<I extends ILabeledInstance>
-
- All Known Subinterfaces:
IDyadRankingPoolProvider
- All Known Implementing Classes:
DyadDatasetPoolProvider
public interface IActiveLearningPoolProvider<I extends ILabeledInstance>Provides a sample pool for pool-based active learning.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<I>getPool()Returns the pool of unlabeled instances.Iquery(I queryInstance)Labels the given instance.
-