Package PyDSTool :: Module MProject :: Class feature_leaf
[hide private]
[frames] | no frames]

Class feature_leaf

source code

object --+    
         |    
   feature --+
             |
            feature_leaf
Known Subclasses:

Abstract super-class for feature leaf nodes.

Instance Methods [hide private]
 
set_ref_traj(self, ref_traj)
May or may not be used by the feature.
source code
 
_residual_info(self, feats, sizes)
Update feats and sizes lists in place with metric info, if any.
source code
 
__str__(self)
str(x)
source code
 
__repr__(self)
str(x)
source code

Inherited from feature: __call__, __eq__, __hash__, __init__, __ne__, evaluate, finish, info, postprocess_ref_traj, prepare, reset_metric, validate

Inherited from feature (private): _find_idx

Inherited from object: __delattr__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

set_ref_traj(self, ref_traj)

source code 

May or may not be used by the feature. If not used, it will be ignored.

Overrides: feature.set_ref_traj
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

str(x)

Overrides: object.__repr__
(inherited documentation)