public interface IActiveLearningPoolProvider<I extends ILabeledInstance>
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<I> |
getPool()
Returns the pool of unlabeled instances.
|
I |
query(I queryInstance)
Labels the given instance.
|