LOLA
Bayesian Struct Reference

#include <neuron.h>

Public Member Functions

 Bayesian () SYMBOL_VISIBLE
 
 Bayesian () SYMBOL_VISIBLE
 
bool operator!= (Bayesian const &other) const SYMBOL_VISIBLE
 
bool operator!= (Bayesian const &other) const 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
 
std::ostream & operator<< (std::ostream &os, Bayesian const &config) SYMBOL_VISIBLE
 

Detailed Description

Definition at line 415 of file neuron.h.

Constructor & Destructor Documentation

◆ Bayesian() [1/2]

Bayesian::Bayesian ( )

◆ Bayesian() [2/2]

Bayesian::Bayesian ( )

Member Function Documentation

◆ operator!=() [1/2]

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

◆ operator!=() [2/2]

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

◆ operator==() [1/2]

bool Bayesian::operator== ( Bayesian const &  other) const

◆ operator==() [2/2]

bool Bayesian::operator== ( Bayesian const &  other) const

Friends And Related Function Documentation

◆ operator<< [1/2]

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

◆ operator<< [2/2]

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

Member Data Documentation

◆ connect_fire_from_right

bool Bayesian::connect_fire_from_right

Definition at line 422 of file neuron.h.

◆ connect_fire_to_right

bool Bayesian::connect_fire_to_right

Definition at line 421 of file neuron.h.

◆ connect_fire_vertical

bool Bayesian::connect_fire_vertical

Definition at line 420 of file neuron.h.

◆ enable

bool Bayesian::enable

Definition at line 419 of file neuron.h.

◆ enable_0

bool Bayesian::enable_0

Definition at line 431 of file neuron.h.

◆ enable_1

bool Bayesian::enable_1

Definition at line 432 of file neuron.h.

◆ enable_master

bool 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 429 of file neuron.h.

◆ enable_slave

bool Bayesian::enable_slave

Definition at line 430 of file neuron.h.


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