Interface KnnSampler


  • public interface KnnSampler
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  KnnSampler.SamplerType  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long[] sample​(long nodeId, long lowerBoundOnValidSamplesInRange, int numberOfSamples, java.util.function.LongPredicate isInvalidSample)  
    • Method Detail

      • sample

        long[] sample​(long nodeId,
                      long lowerBoundOnValidSamplesInRange,
                      int numberOfSamples,
                      java.util.function.LongPredicate isInvalidSample)