Multivariate Point Process Package
0.1
|
Event contains simple attributes of an event point. More...
#include "include/Event.h"
Public Attributes | |
int | EventID |
The unique ID in the current sequence. More... | |
int | SequenceID |
The unique ID of the sequence this event is associated with. More... | |
int | DimentionID |
The unique ID of the dimension this event is associated with. More... | |
double | time |
The time when this event occurs. More... | |
int | marker |
The marker ID associated with this event. More... | |
Event contains simple attributes of an event point.
Defines a simple structure for describing an event point.
int Event::DimentionID |
int Event::SequenceID |