LOLA
lola::vx::v3::AtomicNeuron::Bayesian Struct Reference

#include <neuron.h>

Public Member Functions

 Bayesian () SYMBOL_VISIBLE
 
bool operator!= (Bayesian const &other) const SYMBOL_VISIBLE
 
bool operator== (Bayesian const &other) const SYMBOL_VISIBLE
 

Public Attributes

bool connect_fire_from_right
 
bool connect_fire_to_right
 
bool connect_fire_vertical
 
bool enable
 
bool enable_0
 
bool enable_1
 
bool enable_master
 Enable local spikes to be effective. More...
 
bool enable_slave
 

Friends

std::ostream & operator<< (std::ostream &os, Bayesian const &config) SYMBOL_VISIBLE
 

Detailed Description

Definition at line 439 of file neuron.h.

Constructor & Destructor Documentation

◆ Bayesian()

lola::vx::v3::AtomicNeuron::Bayesian::Bayesian ( )

Member Function Documentation

◆ operator!=()

bool lola::vx::v3::AtomicNeuron::Bayesian::operator!= ( Bayesian const &  other) const

◆ operator==()

bool lola::vx::v3::AtomicNeuron::Bayesian::operator== ( Bayesian const &  other) const

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
Bayesian const &  config 
)
friend

Member Data Documentation

◆ connect_fire_from_right

bool lola::vx::v3::AtomicNeuron::Bayesian::connect_fire_from_right

Definition at line 446 of file neuron.h.

◆ connect_fire_to_right

bool lola::vx::v3::AtomicNeuron::Bayesian::connect_fire_to_right

Definition at line 445 of file neuron.h.

◆ connect_fire_vertical

bool lola::vx::v3::AtomicNeuron::Bayesian::connect_fire_vertical

Definition at line 444 of file neuron.h.

◆ enable

bool lola::vx::v3::AtomicNeuron::Bayesian::enable

Definition at line 443 of file neuron.h.

◆ enable_0

bool lola::vx::v3::AtomicNeuron::Bayesian::enable_0

Definition at line 455 of file neuron.h.

◆ enable_1

bool lola::vx::v3::AtomicNeuron::Bayesian::enable_1

Definition at line 456 of file neuron.h.

◆ enable_master

bool lola::vx::v3::AtomicNeuron::Bayesian::enable_master

Enable local spikes to be effective.

If not using Bayesian extensions, this setting needs to be enabled for spikes to reach synapses and the outputs.

Definition at line 453 of file neuron.h.

◆ enable_slave

bool lola::vx::v3::AtomicNeuron::Bayesian::enable_slave

Definition at line 454 of file neuron.h.


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