T - TARGETI - The class of instancesD - The class of the datasetpublic class PoolBasedUncertaintySamplingStrategy<T,I extends ILabeledInstance,D extends IDataset<I>> extends java.lang.Object implements ISelectiveSamplingStrategy<I>
| Constructor and Description |
|---|
PoolBasedUncertaintySamplingStrategy(ICertaintyProvider<T,I,D> certaintyProivder,
IActiveLearningPoolProvider<I> poolProvider) |
| Modifier and Type | Method and Description |
|---|---|
I |
nextQueryInstance()
Chooses the
IInstance to query next. |
public PoolBasedUncertaintySamplingStrategy(ICertaintyProvider<T,I,D> certaintyProivder, IActiveLearningPoolProvider<I> poolProvider)
public I nextQueryInstance()
ISelectiveSamplingStrategyIInstance to query next.nextQueryInstance in interface ISelectiveSamplingStrategy<I extends ILabeledInstance>IInstance to query next.