Classes for data segmentation. More...
![]() |
Classes | |
class | state |
a state is a portion of a stateFlag, usually defined as occuring between two transitions More... | |
class | transition |
class for rising and falling edges of a stateFlag More... | |
class | stateFlag |
an integer timeSeries for temporal segmentation of experimental data More... | |
Modules | |
stateFlag iterator comparison classes | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const state &s) |
std::istream & | operator>> (std::istream &, state &s) |
Classes for data segmentation.
std::ostream& operator<< | ( | std::ostream & | os, | |
const state & | s | |||
) |
output operator for states
writes tab-delimited begining and ending state indicies
std::istream& operator>> | ( | std::istream & | , | |
state & | s | |||
) |
input operator for states
read begining and ending state indicies