Class | Description |
---|---|
AAccumulationStrategy |
Design helper to deal with the following: If a trace is unsorted then you
have to accumulated all n consecutive points into one regardless whether
they jump large distances in the value domain.
|
AccumulationStrategyAmountOfPoints |
This strategy will just accumulate
amountOfPoints
consecutive points without caring for data density. |
AccumulationStrategyByPass |
Bypass for accumulation: Just the given original
source
argument is returned from it's method
. |
Copyright © 2017. All rights reserved.