| CsvGroupOutput |
Writes grouping output to a set of three files,
one each for pairs, records, and groups.
|
| CsvInputOptions |
|
| CsvPairInput |
Generates a sequence of pairs from a csv file.
|
| GroupedPair |
Wraps an input pair with relevant grouping information.
Used only during group output.
|
| GroupedRecord |
Bundles the information relevant to the grouping of a particular record.
|
| Grouping |
Implements the grouping algorithms.
|
| GroupingOptions |
Holds the options applicable to a grouping.
To ensure all records are grouped, set add_threshold to 0.0 and
max_group_size to a large number.
|
| GroupingStatistics |
|
| InputPair |
Base class for pairs streamed into the grouping engine.
|
| KeyedInputPair |
An extension of InputPair that provides an integer pair key.
|
| StringIntegerKeyMapping |
Maintains a mapping of internal to external record keys.
|
| StringKeyMapping |
Maintains a mapping of internal to external record keys.
|