components.model
Module Contents
Classes
This object is used to represent the model for data processing in the experiment |
- class components.model.Model(name)
Bases:
Storage
This object is used to represent the model for data processing in the experiment
- Parameters
name (str) – the name of the model
Examples
model = Model(‘model1’)
model.add([parameter1, parameter2])