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 | |
| std::vector< long > | n_events_ |
| spike counters | |
| std::vector< SpikelistType > | incoming_ |
| incoming spikes, sorted | |
| std::vector< double > | histogram_ |
| Weighted histogram. | |
| std::vector< double > | histogram_correction_ |
| used for Kahan summation algorithm | |
| std::vector< long > | count_histogram_ |
| Unweighted histogram. | |
| nest::correlation_detector::State_::State_ | ( | ) |
initialize default state
| void nest::correlation_detector::State_::get | ( | Dictionary & | d | ) | const |
References nest::names::count_histogram(), nest::names::histogram(), nest::names::histogram_correction(), and nest::names::n_events().
Referenced by nest::correlation_detector::get_status().
| void nest::correlation_detector::State_::reset | ( | const Parameters_ & | p | ) |
Referenced by nest::correlation_detector::init_buffers_().
| void nest::correlation_detector::State_::set | ( | const Dictionary & | d, |
| const Parameters_ & | p, | ||
| bool | reset_required, | ||
| Node * | |||
| ) |
| bool | if true, force state reset |
References nest::names::n_events().
Referenced by nest::correlation_detector::set_status().
| std::vector< long > nest::correlation_detector::State_::count_histogram_ |
Unweighted histogram.
Referenced by nest::correlation_detector::handle().
| std::vector< double > nest::correlation_detector::State_::histogram_ |
Weighted histogram.
Referenced by nest::correlation_detector::handle().
| std::vector< double > nest::correlation_detector::State_::histogram_correction_ |
used for Kahan summation algorithm
Referenced by nest::correlation_detector::handle().
| std::vector< SpikelistType > nest::correlation_detector::State_::incoming_ |
incoming spikes, sorted
Referenced by nest::correlation_detector::handle().
| std::vector< long > nest::correlation_detector::State_::n_events_ |
spike counters
Referenced by nest::correlation_detector::handle().