#include <dynamicbuffer.h>
Public Member Functions | |
DynamicBuffer (int NumCols) | |
int | dim (void) |
double * | operator[] (int index) |
double * | begin (void) |
double * | next (void) |
double * | end (void) |
~DynamicBuffer (void) | |
Protected Attributes | |
int | numcols |
int | numrows |
actual number of rows | |
int | pos |
current position | |
int | maxrows |
maximum number of rows allocated so far | |
double * | data |
the storage |
Definition at line 44 of file dynamicbuffer.h.
|
Definition at line 62 of file dynamicbuffer.h. |
|
Definition at line 108 of file dynamicbuffer.h. |
|
Definition at line 93 of file dynamicbuffer.h. Referenced by CLUS::BinaryRegressionTreeNode< T_Distribution, T_Regressor, T_Splitter >::EMStep(), and CLUS::BinaryProbabilisticRegressionTreeNode< T_Distribution, T_Regressor, T_Splitter >::EMStep(). |
|
Definition at line 71 of file dynamicbuffer.h. Referenced by CLUS::BinaryProbabilisticRegressionTreeNode< T_Distribution, T_Regressor, T_Splitter >::StopLearningEpoch(). |
|
Definition at line 103 of file dynamicbuffer.h. Referenced by CLUS::BinaryRegressionTreeNode< T_Distribution, T_Regressor, T_Splitter >::EMStep(), and CLUS::BinaryProbabilisticRegressionTreeNode< T_Distribution, T_Regressor, T_Splitter >::EMStep(). |
|
|
Definition at line 76 of file dynamicbuffer.h. |
|
the storage
Definition at line 59 of file dynamicbuffer.h. Referenced by begin(), DynamicBuffer(), end(), operator[](), and ~DynamicBuffer(). |
|
maximum number of rows allocated so far
Definition at line 56 of file dynamicbuffer.h. Referenced by DynamicBuffer(), and operator[](). |
|
Definition at line 47 of file dynamicbuffer.h. Referenced by DynamicBuffer(), end(), and operator[](). |
|
actual number of rows
Definition at line 50 of file dynamicbuffer.h. Referenced by dim(), DynamicBuffer(), end(), and operator[](). |
|
current position
Definition at line 53 of file dynamicbuffer.h. Referenced by DynamicBuffer(), and next(). |