#include <vector>
#include <set>
Go to the source code of this file.
◆ data_id_t
The data items can be uniquely identified by an integer assuming the data set is not too big.
◆ data_ids_t
A set of data ids, not the data itself.
◆ data_t
Data is represented by a vector of doubles, data_t.
◆ data_variable_type_t
The vector can exists out of dependent and independent variables. Preferably, information about the structure of the data vector should however be separate from that of the data itself. This is hence stored in a
◆ dataset_t
A dataset is a container of data items. It is not an actual set, but a vector, so the order can be used in iterators.
◆ variable_type
The data item exists of multiple variables, each of which can be dependent or independent.
Enumerator |
---|
vt_independent_variable | |
vt_dependent_variable | |