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