public final class MiNiNeuronPara extends Object implements Para
Modifier and Type | Field and Description |
---|---|
double |
A
Adaptation see Mihalas, Niebur 2009
|
double |
ABSREF
absolute refractory period
|
double[][] |
allDecays
all state variables' decays
|
double |
Alpha_LTD
weight of strength of LTD
|
double |
Alpha_LTP
weight of strength of LTP (e.g. best timed spike doublet changes
the synapse by 1%)
|
double |
B
Adaptation see Mihalas, Niebur 2009
|
double |
CAP
capacitance of the neuron farad
|
double[] |
DECAY_SPIKE
Decay rates for spike-induced currents (inverse time constant)
|
double[] |
DECAY_SYNAPSE
Decay rates for synaptic currents (inverse time constant)
|
double |
GL
leak conductance siemens
|
double |
IEXT
external constant current
|
double |
ini_mem
initial membrane voltage
|
double |
ini_memVar
initial membrane voltage jitter, uniformly distributed.
|
double[] |
ini_spike_curr
Initial spike induced currents
|
double |
ini_threshold
initial voltage threshold
|
double |
K_LTD
LTD inverse time constant
|
double |
K_LTP
LTP inverse time constant
|
double |
MEMBRANE_VOLTAGE_BASE
constant for membrane voltage
|
double |
NB_BASE
the base of the NB term
|
double |
NG_BASE
the base of the NG term
|
double |
REFCURR
refractory current
|
double |
RRESET |
double[] |
SPIKE_ADD
Additive resets for spike-induced currents
|
double[] |
SPIKE_CURRENT_TO_NB
Conversion factor between a spike current and the NB term.
|
double[] |
SPIKE_CURRENT_TO_NG
Conversion factor between a spike current and the NG term.
|
double[] |
SPIKE_CURRENT_TO_SPIKE_NJ
Conversion factor between a spike current and a spike NJ term.
|
double[] |
SPIKE_RATIO
Multiplicative resets for spike-induced currents
|
double[] |
SYNAPSE_CURRENT_TO_NB
Conversion factor between a synapse current and the NB term.
|
double[] |
SYNAPSE_CURRENT_TO_NG
Conversion factor between a synapse current and the NG term.
|
double[] |
SYNAPSE_CURRENT_TO_SYNAPSE_NJ
Conversion factor between a synapse current and a synapse NJ term.
|
double |
THRESHOLD
threshold potential V (theta infinity in the paper)
|
double |
THRESHOLD_DIFF_BASE
constant for threshold gap (membrane voltage - threshold)
|
double |
THRESHOLD_TO_NB
Conversion factor between the threshold and the NB term.
|
double |
THRESHOLDADD
Change of threshold when neuron fires
|
double |
VOLTAGE_TO_NB
Conversion factor between the voltage and the NB term.
|
double |
VOLTAGE_TO_NG
Conversion factor between the voltage and the NG term.
|
double[] |
VOLTAGE_TO_SPIKE_NJ
Conversion factor between the voltage and a spike NJ term.
|
double[] |
VOLTAGE_TO_SYNAPSE_NJ
Conversion factor between the voltage and a synapse NJ term.
|
double |
VRESET
reset potential V
|
double |
VREST
resting potential V
|
Constructor and Description |
---|
MiNiNeuronPara() |
public double CAP
public double GL
public double VRESET
public double VREST
public double THRESHOLD
public double REFCURR
public double THRESHOLDADD
public double RRESET
public double A
public double B
public double[] DECAY_SYNAPSE
public double[] DECAY_SPIKE
public double[] SPIKE_ADD
public double[] SPIKE_RATIO
public double[] ini_spike_curr
public double IEXT
public double ABSREF
public double ini_mem
public double ini_memVar
public double ini_threshold
public double Alpha_LTD
public double Alpha_LTP
public double K_LTD
public double K_LTP
public double MEMBRANE_VOLTAGE_BASE
public double THRESHOLD_DIFF_BASE
public double NB_BASE
public double NG_BASE
public double[][] allDecays
public double[] SPIKE_CURRENT_TO_SPIKE_NJ
public double[] SPIKE_CURRENT_TO_NG
public double[] SPIKE_CURRENT_TO_NB
public double[] VOLTAGE_TO_SPIKE_NJ
public double[] SYNAPSE_CURRENT_TO_SYNAPSE_NJ
public double[] SYNAPSE_CURRENT_TO_NG
public double[] SYNAPSE_CURRENT_TO_NB
public double[] VOLTAGE_TO_SYNAPSE_NJ
public double VOLTAGE_TO_NG
public double VOLTAGE_TO_NB
public double THRESHOLD_TO_NB
public MiNiNeuronPara()
public void calConstants()