next up previous contents
Next: Developing metafeatures Up: Implemented metafeatures Previous: LocalMin   Contents

RLE

Run-length encoding (RLE) is a process where a single value repeated several times is encoded as that value, its starting point and its duration. For example, the string ``ABBBBBBCCCCCAAAAA'' might be encoded as A1B6C5A5 (which implicitly encodes starting time, since the string is in order). RLE is the generalisation of the LoudRun metafeature. RLE instantiated features consist of the following tuple:

It operates on a single channel. It accepts the following settings:


next up previous contents
Next: Developing metafeatures Up: Implemented metafeatures Previous: LocalMin   Contents
Mohammed Waleed Kadous 2002-12-10