Parameters for a Gaussian lateral interaction kernel.
More...
#include <gauss_kernel_parameters.h>
|
| double | amplitude |
| | Peak amplitude of the excitatory Gaussian.
|
| |
| double | amplitudeGlobal |
| | Spatially uniform inhibition added after convolution.
|
| |
| bool | circular |
| | If true, convolution wraps around (toroidal boundary).
|
| |
| bool | normalized |
| | If true, the Gaussian is area-normalised.
|
| |
| double | width |
| | Standard deviation (σ) of the Gaussian.
|
| |
Parameters for a Gaussian lateral interaction kernel.
◆ GaussKernelParameters() [1/2]
| dnf_composer::element::GaussKernelParameters::GaussKernelParameters |
( |
double |
width = 5.0, |
|
|
double |
amp = 10.0, |
|
|
bool |
circular = true, |
|
|
bool |
normalized = true |
|
) |
| |
◆ GaussKernelParameters() [2/2]
| dnf_composer::element::GaussKernelParameters::GaussKernelParameters |
( |
const double |
width = 3.0, |
|
|
const double |
amp = 3.0, |
|
|
const double |
ampGlobal = -0.01, |
|
|
const bool |
circular = true, |
|
|
const bool |
normalized = true |
|
) |
| |
|
inlineexplicit |
◆ operator==() [1/2]
| bool dnf_composer::element::GaussKernelParameters::operator== |
( |
const GaussKernelParameters & |
other | ) |
const |
◆ operator==() [2/2]
| bool dnf_composer::element::GaussKernelParameters::operator== |
( |
const GaussKernelParameters & |
other | ) |
const |
|
inline |
◆ toString() [1/2]
| std::string dnf_composer::element::GaussKernelParameters::toString |
( |
| ) |
const |
|
overridevirtual |
◆ toString() [2/2]
| std::string dnf_composer::element::GaussKernelParameters::toString |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ amplitude
| double dnf_composer::element::GaussKernelParameters::amplitude |
Peak amplitude of the excitatory Gaussian.
◆ amplitudeGlobal
| double dnf_composer::element::GaussKernelParameters::amplitudeGlobal |
Spatially uniform inhibition added after convolution.
◆ circular
| bool dnf_composer::element::GaussKernelParameters::circular |
If true, convolution wraps around (toroidal boundary).
◆ normalized
| bool dnf_composer::element::GaussKernelParameters::normalized |
If true, the Gaussian is area-normalised.
◆ width
| double dnf_composer::element::GaussKernelParameters::width |
Standard deviation (σ) of the Gaussian.
The documentation for this struct was generated from the following files: