Class FeatureResults

Direct Known Subclasses:
Count, FeatureResultsStatistic

public abstract class FeatureResults extends Feature<FeatureInputResults>
Features that process ResultsVectorList.

i.e. the result of the calculation of some other features.

This is useful for applying some aggregate statistics (min, max etc.) to the results of multiple features calculated together.

Author:
Owen Feehan