components.model

Module Contents

Classes

Model

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])

add(self, list_obj)

add (multi) parameter(s) into model

Parameters

list_obj (List[Parameter]) – a list of Parameter object(s)

Raises

AssertionError: – raise when add method fails