|
UINT | startIndex |
|
UINT | endIndex |
|
UINT | classLabel |
|
Definition at line 36 of file TimeSeriesPositionTracker.h.
GRT::TimeSeriesPositionTracker::TimeSeriesPositionTracker |
( |
UINT |
startIndex = 0 , |
|
|
UINT |
endIndex = 0 , |
|
|
UINT |
classLabel = 0 |
|
) |
| |
|
inline |
Constructor, sets the start index, end index and class label of the timeseries that is to be tracked.
- Parameters
-
UINT | startIndex: the index that the tracked timeseries starts in a given dataset. Default value is startIndex=0 |
UINT | endIndex: the index that the tracked timeseries ends in a given dataset. Default value is endIndex=0 |
UINT | classLabel: the class label of the tracked timeseries. Default value is classLabel=0 |
Definition at line 45 of file TimeSeriesPositionTracker.h.
GRT::TimeSeriesPositionTracker::~TimeSeriesPositionTracker |
( |
| ) |
|
|
inline |
UINT GRT::TimeSeriesPositionTracker::getClassLabel |
( |
| ) |
const |
|
inline |
Gets the class label of the tracked timeseries
- Returns
- an UINT representing the class label of the tracked timeseries in a given dataset
Definition at line 147 of file TimeSeriesPositionTracker.h.
UINT GRT::TimeSeriesPositionTracker::getEndIndex |
( |
| ) |
const |
|
inline |
Gets the end index
- Returns
- an UINT representing the index that the tracked timeseries ends in a given dataset
Definition at line 133 of file TimeSeriesPositionTracker.h.
UINT GRT::TimeSeriesPositionTracker::getLength |
( |
| ) |
const |
|
inline |
Gets the length of the timeseries
- Returns
- an UINT representing the length of the tracked timeseries
Definition at line 140 of file TimeSeriesPositionTracker.h.
UINT GRT::TimeSeriesPositionTracker::getStartIndex |
( |
| ) |
const |
|
inline |
Gets the start index
- Returns
- an UINT representing the index that the tracked timeseries starts in a given dataset
Definition at line 126 of file TimeSeriesPositionTracker.h.
void GRT::TimeSeriesPositionTracker::setClassLabel |
( |
UINT |
classLabel | ) |
|
|
inline |
Sets the class label
- Parameters
-
UINT | classLabel: the class label of the tracked timeseries |
- Returns
- void
Definition at line 119 of file TimeSeriesPositionTracker.h.
void GRT::TimeSeriesPositionTracker::setEndIndex |
( |
UINT |
endIndex | ) |
|
|
inline |
Sets the end index
- Parameters
-
UINT | endIndex: the index that the tracked timeseries ends in a given dataset |
- Returns
- void
Definition at line 111 of file TimeSeriesPositionTracker.h.
void GRT::TimeSeriesPositionTracker::setStartIndex |
( |
UINT |
startIndex | ) |
|
|
inline |
Sets the start index
- Parameters
-
UINT | startIndex: the index that the tracked timeseries starts in a given dataset |
- Returns
- void
Definition at line 103 of file TimeSeriesPositionTracker.h.
void GRT::TimeSeriesPositionTracker::setTracker |
( |
UINT |
startIndex, |
|
|
UINT |
endIndex, |
|
|
UINT |
classLabel |
|
) |
| |
|
inline |
Sets the tracker values
- Parameters
-
UINT | startIndex: the index that the tracked timeseries starts in a given dataset |
UINT | endIndex: the index that the tracked timeseries ends in a given dataset |
UINT | classLabel: the class label of the tracked timeseries |
- Returns
- void
Definition at line 91 of file TimeSeriesPositionTracker.h.
The documentation for this class was generated from the following file: