Uses of Class
org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D
-
Packages that use NeuronSquareMesh2D Package Description org.apache.commons.math3.ml.neuralnet Neural networks.org.apache.commons.math3.ml.neuralnet.twod Two-dimensional neural networks.org.apache.commons.math3.ml.neuralnet.twod.util 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 NeuronSquareMesh2D Modifier and Type Method Description static int[][]
MapUtils. computeHitHistogram(java.lang.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 NeuronSquareMesh2D Modifier and Type Method Description NeuronSquareMesh2D
NeuronSquareMesh2D. 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 NeuronSquareMesh2D Modifier and Type Method Description private double[][]
UnifiedDistanceMatrix. averageDistances(NeuronSquareMesh2D map)
Computes the distances between a unit of the map and its neighbours.double[][]
HitHistogram. computeImage(NeuronSquareMesh2D map, java.lang.Iterable<double[]> data)
Creates an image of thedata
metrics when represented by themap
.double[][]
MapDataVisualization. computeImage(NeuronSquareMesh2D map, java.lang.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, java.lang.Iterable<double[]> data)
Creates an image of thedata
metrics when represented by themap
.double[][]
SmoothedDataHistogram. computeImage(NeuronSquareMesh2D map, java.lang.Iterable<double[]> data)
Creates an image of thedata
metrics when represented by themap
.double[][]
TopographicErrorHistogram. computeImage(NeuronSquareMesh2D map, java.lang.Iterable<double[]> data)
Creates an image of thedata
metrics when represented by themap
.double[][]
UnifiedDistanceMatrix. computeImage(NeuronSquareMesh2D map)
Creates an image of themap
.private double[][]
UnifiedDistanceMatrix. individualDistances(NeuronSquareMesh2D map)
Computes the distances between a unit of the map and its neighbours.Constructors in org.apache.commons.math3.ml.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
.
-