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 classBiexponentialFunctionSimplistic bi-exponential representation of population activity in a cortical region, which responds to input events.classMorrisLecarFunctionRegional 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 CorticalFunctionSimpleCorticalRegion. getTransferFunction()Methods in mgui.neuro.components.cortical.simple with parameters of type CorticalFunction Modifier and Type Method Description voidSimpleCorticalRegion. 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)