Class Discretize


  • public class Discretize
    extends Object
    Turns the bins into a discretized binnable list.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Constructor Detail

      • Discretize

        public Discretize()
    • Method Detail

      • discretize

        public static <T> List<Binnable<T>> discretize​(List<Bin<T>> bins)
        Uses the bin list index as new value for the binnable items.
        Type Parameters:
        T - the payload type
        Parameters:
        bins - the bins to discretize
        Returns:
        the discretized list