BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Public Member Functions | Public Attributes | List of all members
DataModel Struct Reference

Storage of data from loaded input file. More...

#include <data_model.h>

Inheritance diagram for DataModel:
Inheritance graph
[legend]
Collaboration diagram for DataModel:
Collaboration graph
[legend]

Public Member Functions

 DataModel ()
 Calls clear(). More...
 
void clear ()
 Clears all DataModel data to their default values. More...
 
- Public Member Functions inherited from Dirts
 Dirts (size_t n=0)
 Number of objects that should be cached. More...
 
- Public Member Functions inherited from Dirt
 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...
 
- Public Attributes inherited from Dirts
size_t n
 
- Public Attributes inherited from Dirt
int dirt
 

Detailed Description

Storage of data from loaded input file.

Definition at line 31 of file data_model.h.

Constructor & Destructor Documentation

◆ DataModel()

DataModel::DataModel ( )
inline

Calls clear().

Definition at line 45 of file data_model.h.

Here is the call graph for this function:

Member Function Documentation

◆ clear()

void DataModel::clear ( )
inline

Clears all DataModel data to their default values.

Definition at line 51 of file data_model.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ d

size_t DataModel::d

Dimension size.

Definition at line 39 of file data_model.h.

◆ data

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.

◆ names

std::vector<std::string> DataModel::names

Names of the dimensions.

Definition at line 37 of file data_model.h.


The documentation for this struct was generated from the following file: