Interface ISelectiveSamplingStrategy<I>
-
- All Known Implementing Classes:
PoolBasedUncertaintySamplingStrategy
public interface ISelectiveSamplingStrategy<I>A strategy for selective sampling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InextQueryInstance()Chooses theIInstanceto query next.
-
-
-
Method Detail
-
nextQueryInstance
I nextQueryInstance()
Chooses theIInstanceto query next.- Returns:
IInstanceto query next.
-
-