Home | Trees | Indices | Help |
|
---|
|
Modelling project and associated classes.
For aiding model estimation using (hybrid) dynamical systems.
Robert Clewley, September 2007.
|
|||
ModelLibrary Store a set of related candidate model types, and within each, represent various relevant "dimensions" along which the model can be augmented structurally. |
|||
GenTransform Generator Transformer class. |
|||
ModelTransform Model Transformer class. |
|||
ModelManager Model management and repository class. |
|||
feature End users of concrete sub-classes provide (required) evaluate method and (optional) prepare, finish methods. |
|||
feature_leaf Abstract super-class for feature leaf nodes. |
|||
feature_node Abstract super-class for feature regular nodes (supporting sub-features). |
|||
ql_feature_leaf Qualitative feature (leaf node). |
|||
qt_feature_leaf Quantitative feature (leaf node). |
|||
ql_feature_node Qualitative feature (regular node). |
|||
qt_feature_node Quantitative feature (regular node). |
|||
condition Model context condition, made up of a boolean composition of wanted and unwanted features. |
|||
context A collection of related model interfaces that apply to a model. |
|||
always_feature Use this for a single vector field model that uses discrete event mappings. |
|||
binary_feature Use this as a binary switch feature, toggled by a given variable name 'varname' that is supplied in the pars dict at initialization. |
|||
dsInterface Generic and abstract interface class for dynamical systems. |
|||
GeneratorInterface Wrapper for Generator (for non-hybrid models) that shares similar API with ModelInterface for use in HybridModel objects. |
|||
ModelInterface Model constraints expressed as a uni-directional interface to another formal system model: - Made up of conditions imposed on the other system's test trajectory. |
|||
intModelInterface Interface providing internal evaluation criteria between models. |
|||
extModelInterface Interface from a trajectory of numerical data and test conditions providing external evaluation criteria for a model. |
|||
MReg Registry class for Model descriptors and instances in Model projects. |
|
|||
|
|||
|
|
|||
_classes =
|
|||
_functions =
|
|
_classes
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 2 23:44:17 2012 | http://epydoc.sourceforge.net |