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

Class spike_feature

source code

       object --+            
                |            
 MProject.feature --+        
                    |        
MProject.feature_node --+    
                        |    
 MProject.qt_feature_node --+
                            |
                           spike_feature

pars keys: tol

Instance Methods [hide private]
 
_local_init(self) source code
 
evaluate(self, target)
Default method: evaluate sub-features in order (assumes they are stored as a list).
source code

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

Inherited from MProject.feature_node (private): _residual_info

Inherited from MProject.feature: __call__, __eq__, __hash__, __ne__, finish, info, postprocess_ref_traj, prepare, 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]

evaluate(self, target)

source code 

Default method: evaluate sub-features in order (assumes they are stored as a list).

Can override with more sophisticated method (e.g. for use with a dictionary of sub-features).

Overrides: MProject.feature.evaluate