Class FeatureListProviderAggregatePair

All Implemented Interfaces:
Provider<FeatureList<FeatureInputPairObjects>>
Direct Known Subclasses:
ReduceFirstAndSecond, ReduceRatioFirstAndSecond, SubtractReducedFromMerged

public abstract class FeatureListProviderAggregatePair extends FeatureListProvider<FeatureInputPairObjects>
Calculates features on each part of a pair (first, second, merged etc.) and then reduces the calculation to a single number.

Specifically, each feature is calculated for the first, second, merged parts of the pair, then "reduced" into a single feature-value.

Author:
Owen Feehan