Uses of Interface
org.apache.commons.math3.ml.neuralnet.twod.util.MapDataVisualization
-
Packages that use MapDataVisualization Package Description org.apache.commons.math3.ml.neuralnet.twod.util Utilities to visualize two-dimensional neural networks. -
-
Uses of MapDataVisualization in org.apache.commons.math3.ml.neuralnet.twod.util
Classes in org.apache.commons.math3.ml.neuralnet.twod.util that implement MapDataVisualization Modifier and Type Class Description class
HitHistogram
Computes the hit histogram.class
QuantizationError
Computes the quantization error histogram.class
SmoothedDataHistogram
Visualization of high-dimensional data projection on a 2D-map.class
TopographicErrorHistogram
Computes the topographic error histogram.
-