Interface BinningAlgorithm

    • Method Detail

      • generateBins

        <T> List<Bin<T>> generateBins​(List<Binnable<T>> objects)
        Performs the bin generation on the provided objects.
        Parameters:
        objects - the objects to bin
        Returns:
        the generated bins
        Throws:
        IllegalStateException - if check or binning fails