Internal data model#

In its internal data model, DataLab stores data using two main classes:

These classes are defined in the cdl.core.model package but are exposed publicly in the cdl.obj package.

Also, DataLab uses many different datasets (based on guidata’s DataSet class) to store the parameters of the computations. These datasets are defined in different modules but are exposed publicly in the cdl.param package.

See also

The API section for more information on the public API.