Home | Trees | Indices | Help |
|
---|
|
object --+ | ModelBasedBuilder
is a meta builder that can create stan-like structures from meta information
It is constructed with with a tuple-tree of keys and DOM constructors; these must work like stan elements, which is, e.g., also true for our registrymodel elements.
Each node in the tree can be one of:
The callable can also be None, which causes the corresponding items to be inlined into the parent (this is for flattening nested meta structures).
The meta key can also be None, which causes the factory to be called exactly once (this is for nesting flat meta structures).
Instance Methods | |||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |