Cypress
1.0
C++ Spiking Neural Network Simulation Framework
|
#include <cypress/core/network_base.hpp>
Go to the source code of this file.
Namespaces | |
cypress | |
Functions | |
void | cypress::create_dot (const NetworkBase &netw, const std::string graph_label="Network Architecture", const std::string filename="graph.dot", const bool call_dot=true) |
Generates a dot file for the given network. Calls "dot" to generate a pdf with a visualization of the network and list connectors. More... | |