Class SequentialSession<T extends FeatureInput>

Object
SequentialSession<T>
Type Parameters:
T - input-type for feature
All Implemented Interfaces:
FeatureCalculatorMulti<T>

public class SequentialSession<T extends FeatureInput> extends Object implements FeatureCalculatorMulti<T>
Calculates features with successively different inputs, without caching any results from one input to the next.

i.e. caching is applied only within each call to calculate(FeatureInput) not but among successive calls.

All feature use the same initialization, but successively different {#FeatureCalculation} sequentially.

Author:
Owen Feehan