|
Kaspersky Neuromorphic Platform
1.0.0
API Reference
|
Projection namespace. More...
Namespaces | |
| namespace | creators |
| Namespace for framework projection creators. | |
| namespace | parameters_generators |
| Namespace for framework projection connectors. | |
| namespace | synapse_generators |
| Namespace for framework projection generators. | |
Projection namespace.
|
nodiscard |
Connect presynaptic and postsynaptic populations.
The function makes a projection with arbitrary connections between population neurons.
| SourceNeuronType | type of the presynaptic population neuron. |
| DestinationNeuronType | type of the postsynaptic population neuron. |
| SynapseType | new projection synapse type. |
| src | presynaptic population. |
| dst | postsynaptic population. |
| syn_gen | synapse parameters generator. |
| num_iterations | number of iterations. |
Definition at line 72 of file connectors.h.
Here is the call graph for this function:
|
nodiscard |
Connect presynaptic and postsynaptic populations.
The function makes connections between each presynaptic population (source) neuron to each postsynaptic population (destination) neuron.
| SourceNeuronType | type of the presynaptic population neuron. |
| DestinationNeuronType | type of the postsynaptic population neuron. |
| SynapseType | new projection synapse type. |
| src | presynaptic population. |
| dst | postsynaptic population. |
| syn_gen | synapse parameters generator. |
Definition at line 50 of file connectors.h.
Here is the call graph for this function: