Package adams.data.binning.operation
Class Values
- java.lang.Object
-
- adams.data.binning.operation.Values
-
public class Values extends Object
For extracting/changing the values from binnable lists.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description Values()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> double[]
toDoubleArray(List<Binnable<T>> objects)
Turns the values of the binnable objects into a double array.static <T> Number[]
toNumberArray(List<Binnable<T>> objects)
Turns the values of the binnable objects into a number array.
-