org.apache.commons.math3.ml.neuralnet.twod.util
Interface MapDataVisualization
-
- All Known Implementing Classes:
- HitHistogram, QuantizationError, SmoothedDataHistogram, TopographicErrorHistogram
public interface MapDataVisualizationInterface for algorithms that compute some metrics of the projection of data on a 2D-map.- Since:
- 3.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description double[][]computeImage(NeuronSquareMesh2D map, java.lang.Iterable<double[]> data)Creates an image of thedatametrics when represented by themap.
-
-
-
Method Detail
-
computeImage
double[][] computeImage(NeuronSquareMesh2D map, java.lang.Iterable<double[]> data)
Creates an image of thedatametrics when represented by themap.- Parameters:
map- Map.data- Data.- Returns:
- a 2D-array (in row major order) representing the metrics.
-
-
DMelt 3.0 © DataMelt by jWork.ORG