Interface MapDataVisualization

    • Method Detail

      • computeImage

        double[][] computeImage​(NeuronSquareMesh2D map,
                                Iterable<double[]> data)
        Creates an image of the data metrics when represented by the map.
        Parameters:
        map - Map.
        data - Data.
        Returns:
        a 2D-array (in row major order) representing the metrics.