| Interface | Description |
|---|---|
| IActiveLearningPoolProvider<I extends ILabeledInstance> |
Provides a sample pool for pool-based active learning.
|
| ISelectiveSamplingStrategy<I> |
A strategy for selective sampling.
|
| Class | Description |
|---|---|
| PoolBasedUncertaintySamplingStrategy<T,I extends ILabeledInstance,D extends IDataset<I>> |
A simple pool-based uncertainty sampling strategy, which assesses certainty
for all instances in the pool and picks the instance with least certainty for
the next query.
|