Describes a single activation bump (peak) in a neural field.
More...
#include <neural_field.h>
|
| double | acceleration |
| | Rate of change of velocity (positions/step²).
|
| |
| double | amplitude |
| | Peak activation value.
|
| |
| double | centroid |
| | Spatial position of the bump's centre of mass.
|
| |
| double | endPosition |
| | Right edge of the above-threshold region.
|
| |
| double | previousCentroid = 0.0 |
| | Centroid at the previous time step.
|
| |
| double | startPosition |
| | Left edge of the above-threshold region.
|
| |
| double | velocity |
| | Rate of change of the centroid (positions/step).
|
| |
| double | width |
| | Width of the above-threshold region.
|
| |
Describes a single activation bump (peak) in a neural field.
◆ NeuralFieldBump()
| dnf_composer::element::NeuralFieldBump::NeuralFieldBump |
( |
const double |
centroid = 0.0, |
|
|
const double |
startPosition = 0.0, |
|
|
const double |
endPosition = 0.0, |
|
|
const double |
amplitude = 0.0, |
|
|
const double |
width = 0.0, |
|
|
const double |
previousCentroid = 0.0, |
|
|
const double |
velocity = 0.0, |
|
|
const double |
acceleration = 0.0 |
|
) |
| |
|
inlineexplicit |
◆ print()
| void dnf_composer::element::NeuralFieldBump::print |
( |
| ) |
const |
◆ toString()
| std::string dnf_composer::element::NeuralFieldBump::toString |
( |
| ) |
const |
|
inline |
◆ acceleration
| double dnf_composer::element::NeuralFieldBump::acceleration |
Rate of change of velocity (positions/step²).
◆ amplitude
| double dnf_composer::element::NeuralFieldBump::amplitude |
◆ centroid
| double dnf_composer::element::NeuralFieldBump::centroid |
Spatial position of the bump's centre of mass.
◆ endPosition
| double dnf_composer::element::NeuralFieldBump::endPosition |
Right edge of the above-threshold region.
◆ previousCentroid
| double dnf_composer::element::NeuralFieldBump::previousCentroid = 0.0 |
Centroid at the previous time step.
◆ startPosition
| double dnf_composer::element::NeuralFieldBump::startPosition |
Left edge of the above-threshold region.
◆ velocity
| double dnf_composer::element::NeuralFieldBump::velocity |
Rate of change of the centroid (positions/step).
◆ width
| double dnf_composer::element::NeuralFieldBump::width |
Width of the above-threshold region.
The documentation for this struct was generated from the following files: