Uses of Class
org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D
Packages that use NeuronSquareMesh2D
Package
Description
Neural networks.
Two-dimensional neural networks.
Utilities to visualize two-dimensional neural networks.
-
Uses of NeuronSquareMesh2D in org.apache.commons.math3.ml.neuralnet
Methods in org.apache.commons.math3.ml.neuralnet with parameters of type NeuronSquareMesh2DModifier and TypeMethodDescriptionstatic int[][]
MapUtils.computeHitHistogram
(Iterable<double[]> data, NeuronSquareMesh2D map, DistanceMeasure distance) Computes the "hit" histogram of a two-dimensional map.static double[][]
MapUtils.computeU
(NeuronSquareMesh2D map, DistanceMeasure distance) Computes the U-matrix of a two-dimensional map. -
Uses of NeuronSquareMesh2D in org.apache.commons.math3.ml.neuralnet.twod
Methods in org.apache.commons.math3.ml.neuralnet.twod that return NeuronSquareMesh2DModifier and TypeMethodDescriptionNeuronSquareMesh2D.copy()
Performs a deep copy of this instance. -
Uses of NeuronSquareMesh2D in org.apache.commons.math3.ml.neuralnet.twod.util
Methods in org.apache.commons.math3.ml.neuralnet.twod.util with parameters of type NeuronSquareMesh2DModifier and TypeMethodDescriptiondouble[][]
HitHistogram.computeImage
(NeuronSquareMesh2D map, Iterable<double[]> data) Creates an image of thedata
metrics when represented by themap
.double[][]
MapDataVisualization.computeImage
(NeuronSquareMesh2D map, Iterable<double[]> data) Creates an image of thedata
metrics when represented by themap
.double[][]
MapVisualization.computeImage
(NeuronSquareMesh2D map) Creates an image of themap
.double[][]
QuantizationError.computeImage
(NeuronSquareMesh2D map, Iterable<double[]> data) Creates an image of thedata
metrics when represented by themap
.double[][]
SmoothedDataHistogram.computeImage
(NeuronSquareMesh2D map, Iterable<double[]> data) Creates an image of thedata
metrics when represented by themap
.double[][]
TopographicErrorHistogram.computeImage
(NeuronSquareMesh2D map, Iterable<double[]> data) Creates an image of thedata
metrics when represented by themap
.double[][]
UnifiedDistanceMatrix.computeImage
(NeuronSquareMesh2D map) Creates an image of themap
.Constructors in org.apache.commons.math3.ml.neuralnet.twod.util with parameters of type NeuronSquareMesh2DModifierConstructorDescriptionBuilds a finder to retrieve the locations of neurons that belong to the givenmap
.