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

Class spike_metric

source code

   object --+    
            |    
common.metric --+
                |
               spike_metric

Measures the distance between spike time and height, using an inherent weighting of height suited to neural voltage signals (0.05 of time distance).

Instance Methods [hide private]
 
__call__(self, sp1, sp2) source code

Inherited from common.metric: Jac, __init__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(self, sp1, sp2)
(Call operator)

source code 
Overrides: common.metric.__call__