Interface ISelectiveSamplingStrategy<I>
-
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() throws PredictionException, java.lang.InterruptedException
Chooses theIInstanceto query next.- Returns:
IInstanceto query next.- Throws:
java.lang.InterruptedExceptionPredictionException
-
-