pyclustering  0.10.1
pyclustring is a Python, C++ data mining library.
pyclustering.nnet.hhn.central_element Class Reference

Central element consist of two central neurons that are described by a little bit different dynamic than peripheral. More...

Public Member Functions

def __init__ (self)
 Constructor of central element.
 
def __repr__ (self)
 Returns string that represents central element.
 

Public Attributes

 membrane_potential
 Membrane potential of cenral neuron (V).
 
 active_cond_sodium
 Activation conductance of the sodium channel (m).
 
 inactive_cond_sodium
 Inactivaton conductance of the sodium channel (h).
 
 active_cond_potassium
 Activaton conductance of the sodium channel (h).
 
 pulse_generation
 Spike generation of central neuron.
 
 pulse_generation_time
 Timestamps of generated pulses.
 

Detailed Description

Central element consist of two central neurons that are described by a little bit different dynamic than peripheral.

See also
hhn_network

Definition at line 113 of file hhn.py.


The documentation for this class was generated from the following file: