Package adams.data.binning.operation
Class Discretize
- java.lang.Object
-
- adams.data.binning.operation.Discretize
-
public class Discretize extends Object
Turns the bins into a discretized binnable list.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description Discretize()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> List<Binnable<T>>
discretize(List<Bin<T>> bins)
Uses the bin list index as new value for the binnable items.
-