cambio nomi
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# neuron-beh.md
|
||||
|
||||
## NEURON-BEH: Container
|
||||
|
||||
**Neuron Behavior**: (traditionally observable, excluding Episodes Tuner).
|
||||
|
||||
Questo container viene attivato durente il DAY in neuron.md.
|
||||
|
||||
```Gen
|
||||
NEURON-BEH
|
||||
|
||||
type: container
|
||||
|
||||
expansion:
|
||||
- AXON ( active: 1x )
|
||||
- SOMA ( active: 1x )
|
||||
- DENDRITIC-BRANCH ( active: 3x )
|
||||
```
|
||||
|
||||
### TunPossibility: contextor
|
||||
|
||||
Qui controlliamo di essere lontani da uno spike train. Questo per eventualmente rendere possibili i tuning.
|
||||
|
||||
```Gen
|
||||
TunPossibility
|
||||
|
||||
type: contextor
|
||||
|
||||
contained_by: NEURON-BEH
|
||||
in_context: Fixed
|
||||
rf: 60x
|
||||
|
||||
condition: ( SpikeTrainTraces Empty ) # Day
|
||||
out_context: TunPossible
|
||||
Reference in New Issue
Block a user