aboutsummaryrefslogtreecommitdiff
path: root/src/stateful.c
AgeCommit message (Collapse)Author
2014-11-07Remove unmaintainable relative pathsJamie Bullock
2014-06-05Fix bug in xtract_last_n()Jamie Bullock
2014-06-03Add "stateful" feature type with initial feature "last n"Jamie Bullock
Stateful feature extraction functions are functions that require state to be maintained between successive calls. This is necessary, for example when an accumulation of values is required, or changes need to be measured over time. The initial xtract_last_n() function accumulates the last N (single) values from *data and writes them to *result