coordinates
namespace implements the coordinates of a point in an n-dimensional space. The coordinates are stored in a tag object.
The coordinates can be used to display a neural network. You can also use the coordinates to define the neural network attributes. For example, based on the distance between the neuron coordinates, you can determine the delay in the signal transmitted between these neurons.
The coordinates can change arbitrarily. The C++ framework implements a Cartesian coordinate system for two-dimensional and three-dimensional space, as well as polar and spherical coordinate systems.
If necessary, you can implement and use your own coordinate systems.
Page top