Uses of Interface
adams.data.binning.operation.Grouping.GroupExtractor
-
Packages that use Grouping.GroupExtractor Package Description adams.data.binning adams.data.binning.operation -
-
Uses of Grouping.GroupExtractor in adams.data.binning
Classes in adams.data.binning that implement Grouping.GroupExtractor Modifier and Type Class Description static class
BinnableDataset.StringAttributeGroupExtractor
Group extractor for string columns.static class
BinnableFiles.FileGroupExtractor
Allows to extract groups either from full name or from just filename.static class
BinnableInstances.NumericClassGroupExtractor
Group extractor for numeric class attributes (using string representation of values).static class
BinnableInstances.StringAttributeGroupExtractor
Group extractor for string attributes. -
Uses of Grouping.GroupExtractor in adams.data.binning.operation
Methods in adams.data.binning.operation with parameters of type Grouping.GroupExtractor Modifier and Type Method Description protected static <T> com.github.fracpete.javautils.struct.Struct2<List<String>,Map<String,BinnableGroup<T>>>
Grouping. group(List<Binnable<T>> data, Grouping.GroupExtractor<T> extractor)
Combines the binnable items into groups based on the groups extracted.static <T> List<BinnableGroup<T>>
Grouping. groupAsList(List<Binnable<T>> data, Grouping.GroupExtractor<T> extractor)
Combines the binnable items into groups based on the groups extracted.static <T> Map<String,BinnableGroup<T>>
Grouping. groupAsMap(List<Binnable<T>> data, Grouping.GroupExtractor<T> extractor)
Combines the binnable items into groups based on the groups extracted.
-