BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
Storage of data from loaded input file. More...
#include <data_model.h>
Public Member Functions | |
DataModel () | |
Calls clear(). More... | |
void | clear () |
Clears all DataModel data to their default values. More... | |
![]() | |
Dirts (size_t n=0) | |
Number of objects that should be cached. More... | |
![]() | |
Dirt () | |
void | touch () |
Make the cache dirty. More... | |
Public Attributes | |
std::vector< float > | data |
One-dimensional array storing d-dimensional input data in row-major order. More... | |
std::vector< std::string > | names |
Names of the dimensions. More... | |
size_t | d |
Dimension size. More... | |
![]() | |
size_t | n |
![]() | |
int | dirt |
Storage of data from loaded input file.
Definition at line 31 of file data_model.h.
|
inline |
Calls clear().
Definition at line 45 of file data_model.h.
|
inline |
Clears all DataModel data to their default values.
Definition at line 51 of file data_model.h.
size_t DataModel::d |
Dimension size.
Definition at line 39 of file data_model.h.
std::vector<float> DataModel::data |
One-dimensional array storing d-dimensional input data in row-major order.
Definition at line 35 of file data_model.h.
std::vector<std::string> DataModel::names |
Names of the dimensions.
Definition at line 37 of file data_model.h.