Package PyDSTool :: Package Toolbox :: Module neuro_data :: Class burst_feature
[hide private]
[frames] | no frames]

Class burst_feature

source code

       object --+            
                |            
 MProject.feature --+        
                    |        
MProject.feature_node --+    
                        |    
 MProject.ql_feature_node --+
                            |
                           burst_feature

Embed the following sub-features, if desired: get_burst_X, where X is a number of feature types defined in this module.

Instance Methods [hide private]
 
_local_init(self) source code
 
postprocess_ref_traj(self)
User-definable by overriding in a sub-class
source code
 
prepare(self, target)
Operations to prepare for testing (optional).
source code

Inherited from MProject.feature_node: __getitem__, __init__, __repr__, __str__, evaluate, propagate_verbosity, set_ref_traj

Inherited from MProject.feature_node (private): _residual_info

Inherited from MProject.feature: __call__, __eq__, __hash__, __ne__, finish, info, reset_metric, validate

Inherited from MProject.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]

postprocess_ref_traj(self)

source code 

User-definable by overriding in a sub-class

Overrides: MProject.feature.postprocess_ref_traj
(inherited documentation)

prepare(self, target)

source code 

Operations to prepare for testing (optional). Override in concrete sub-class if desired

Overrides: MProject.feature.prepare
(inherited documentation)