Interface MapVisualization
-
- All Known Implementing Classes:
UnifiedDistanceMatrix
public interface MapVisualization
Interface for algorithms that compute some property of a 2D-map.- Since:
- 3.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[][]
computeImage(NeuronSquareMesh2D map)
Creates an image of themap
.
-
-
-
Method Detail
-
computeImage
double[][] computeImage(NeuronSquareMesh2D map)
Creates an image of themap
.- Parameters:
map
- Map.- Returns:
- a 2D-array (in row major order) representing the property.
-
-