|
Cypress
1.0
C++ Spiking Neural Network Simulation Framework
|
#include <neuron_parameters.hpp>
Public Member Functions | |
| NeuronParameter (const NeuronType &type, const Json &json) | |
| NeuronParameter () | |
| const std::vector< Real > & | parameter () const |
| NeuronParameter & | set (std::string name, cypress::Real value) |
| cypress::Real | get (std::string name) |
| void | print (std::ostream &out=std::cout) |
| cypress::NeuronParameter::NeuronParameter | ( | const NeuronType & | type, |
| const Json & | json | ||
| ) |
Construct from Json, logging values to DEBUG
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Set parameter with name
| name | to |
| value |
1.8.11