Bins |
Operations on bins.
|
Copy |
Creates copies of the data.
|
Discretize |
Turns the bins into a discretized binnable list.
|
Grouping |
For grouping Binnable and ungrouping BinnableGroup objects.
|
Randomize |
For randomizing bins/binnable lists.
|
Sort |
For sorting binnable data.
|
Split |
For splitting data according to a percentage.
|
Statistics |
For computing statistics on binnable data.
|
Stratify |
For stratifying binnable data.
|
Values |
For extracting/changing the values from binnable lists.
|
Wrapping |
For wrapping data.
|
Wrapping.IndexedBinValueExtractor<T> |
Simply keeps track of the number of objects encountered and returns that
count as bin value.
|