Interface ISelectiveSamplingStrategy<I>


  • public interface ISelectiveSamplingStrategy<I>
    A strategy for selective sampling.
    • Method Detail

      • nextQueryInstance

        I nextQueryInstance()
                     throws PredictionException,
                            java.lang.InterruptedException
        Chooses the IInstance to query next.
        Returns:
        IInstance to query next.
        Throws:
        java.lang.InterruptedException
        PredictionException