Package parsimony :: Package functions :: Module properties :: Class CompositeFunction
[hide private]
[frames] | no frames]

Class CompositeFunction

source code

object --+    
         |    
  Function --+
             |
            CompositeFunction
Known Subclasses:

This is a function that is the combination (e.g. sum) of other composite or atomic functions. It may also be a constrained function.

Instance Methods [hide private]

Inherited from Function: f, get_params, reset, set_params

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __metaclass__ = abc.ABCMeta
Metaclass for defining Abstract Base Classes (ABCs).

Inherited from Function: __abstractmethods__

Properties [hide private]

Inherited from object: __class__