Uses of Class
org.apache.commons.math4.neuralnet.twod.NeuronSquareMesh2D
-
Packages that use NeuronSquareMesh2D Package Description org.apache.commons.math4.neuralnet.twod Two-dimensional neural networks.org.apache.commons.math4.neuralnet.twod.util Utilities to visualize two-dimensional neural networks. -
-
Uses of NeuronSquareMesh2D in org.apache.commons.math4.neuralnet.twod
Methods in org.apache.commons.math4.neuralnet.twod that return NeuronSquareMesh2D Modifier and Type Method Description NeuronSquareMesh2D
NeuronSquareMesh2D. copy()
Performs a deep copy of this instance. -
Uses of NeuronSquareMesh2D in org.apache.commons.math4.neuralnet.twod.util
Methods in org.apache.commons.math4.neuralnet.twod.util with parameters of type NeuronSquareMesh2D Modifier and Type Method Description 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[][]
SmoothedDataHistogram. computeImage(NeuronSquareMesh2D map, Iterable<double[]> data)
Creates an image of thedata
metrics when represented by themap
.double[][]
UnifiedDistanceMatrix. computeImage(NeuronSquareMesh2D map)
Computes the distances between a unit of the map and its neighbours.Constructors in org.apache.commons.math4.neuralnet.twod.util with parameters of type NeuronSquareMesh2D Constructor Description LocationFinder(NeuronSquareMesh2D map)
Builds a finder to retrieve the locations of neurons that belong to the givenmap
.
-