Class LocationFinder


  • public class LocationFinder
    extends Object
    Helper class to find the grid coordinates of a neuron.
    Since:
    3.6
    • Constructor Detail

      • LocationFinder

        public LocationFinder​(NeuronSquareMesh2D map)
        Builds a finder to retrieve the locations of neurons that belong to the given map.
        Parameters:
        map - Map.
        Throws:
        MathIllegalStateException - if the network contains non-unique identifiers. This indicates an inconsistent state due to a bug in the construction code of the underlying network.