Public Member Functions | |
| State_ () | |
| initialize default state | |
| void | get (Dictionary &) const |
| void | set (const Dictionary &, const Parameters_ &, bool, Node *) |
| void | reset (const Parameters_ &) |
Public Attributes | |
| BinaryPulselistType | incoming_ |
| incoming binary pulses, sorted | |
| size_t | last_i_ |
| rport of last event coming in (needed for decoding logic of binary events) | |
| Time | t_last_in_spike_ |
| time of last event coming in (needed for decoding logic of binary events) | |
| bool | tentative_down_ |
| potentially a down transition (single spike received) | |
| std::vector< bool > | curr_state_ |
| current state of neuron i | |
| std::vector< long > | last_change_ |
| last time pointof change of neuron i | |
| std::vector< std::vector< std::vector< long > > > | count_covariance_ |
| Unweighted covariance matrix. | |
| nest::correlospinmatrix_detector::State_::State_ | ( | ) |
initialize default state
| void nest::correlospinmatrix_detector::State_::get | ( | Dictionary & | d | ) | const |
References nest::names::count_covariance().
Referenced by nest::correlospinmatrix_detector::get_status().
| void nest::correlospinmatrix_detector::State_::reset | ( | const Parameters_ & | p | ) |
References nest::Time::neg_inf().
Referenced by nest::correlospinmatrix_detector::init_buffers_(), and nest::correlospinmatrix_detector::set_status().
| void nest::correlospinmatrix_detector::State_::set | ( | const Dictionary & | , |
| const Parameters_ & | , | ||
| bool | , | ||
| Node * | |||
| ) |
| bool | if true, force state reset |
| std::vector< std::vector< std::vector< long > > > nest::correlospinmatrix_detector::State_::count_covariance_ |
Unweighted covariance matrix.
Referenced by nest::correlospinmatrix_detector::handle().
| std::vector< bool > nest::correlospinmatrix_detector::State_::curr_state_ |
current state of neuron i
Referenced by nest::correlospinmatrix_detector::handle().
| BinaryPulselistType nest::correlospinmatrix_detector::State_::incoming_ |
incoming binary pulses, sorted
Referenced by nest::correlospinmatrix_detector::handle().
| std::vector< long > nest::correlospinmatrix_detector::State_::last_change_ |
last time pointof change of neuron i
Referenced by nest::correlospinmatrix_detector::handle().
| size_t nest::correlospinmatrix_detector::State_::last_i_ |
rport of last event coming in (needed for decoding logic of binary events)
Referenced by nest::correlospinmatrix_detector::handle().
| Time nest::correlospinmatrix_detector::State_::t_last_in_spike_ |
time of last event coming in (needed for decoding logic of binary events)
Referenced by nest::correlospinmatrix_detector::calibrate_time(), and nest::correlospinmatrix_detector::handle().
| bool nest::correlospinmatrix_detector::State_::tentative_down_ |
potentially a down transition (single spike received)
Referenced by nest::correlospinmatrix_detector::handle().