Uses of Class
mgui.neuro.components.cortical.functions.CorticalFunction
Package | Description |
---|---|
mgui.neuro.components.cortical.functions | |
mgui.neuro.components.cortical.simple |
-
Uses of CorticalFunction in mgui.neuro.components.cortical.functions
Subclasses of CorticalFunction in mgui.neuro.components.cortical.functions Modifier and Type Class Description class
BiexponentialFunction
Simplistic bi-exponential representation of population activity in a cortical region, which responds to input events.class
MorrisLecarFunction
Regional cortical model based upon Morris and Lecar (1981), and Breakspear et al. -
Uses of CorticalFunction in mgui.neuro.components.cortical.simple
Methods in mgui.neuro.components.cortical.simple that return CorticalFunction Modifier and Type Method Description CorticalFunction
SimpleCorticalRegion. getTransferFunction()
Methods in mgui.neuro.components.cortical.simple with parameters of type CorticalFunction Modifier and Type Method Description void
SimpleCorticalRegion. setTransferFunction(CorticalFunction f)
Constructors in mgui.neuro.components.cortical.simple with parameters of type CorticalFunction Constructor Description SimpleCorticalRegion(java.lang.String name, CorticalFunction transferFunction)
SimpleCorticalRegion(java.lang.String name, CorticalFunction transferFunction, Function inputFunction)
SimpleCorticalRegion(CorticalFunction transferFunction)
SimpleCorticalRegion(CorticalFunction transferFunction, Function inputFunction)