Uses of Class
org.apache.commons.math3.ml.neuralnet.twod.util.LocationFinder.Location
Packages that use LocationFinder.Location
Package
Description
Utilities to visualize two-dimensional neural networks.
-
Uses of LocationFinder.Location in org.apache.commons.math3.ml.neuralnet.twod.util
Fields in org.apache.commons.math3.ml.neuralnet.twod.util with type parameters of type LocationFinder.LocationModifier and TypeFieldDescriptionprivate final Map
<Long, LocationFinder.Location> LocationFinder.locations
Identifier to location mapping.Methods in org.apache.commons.math3.ml.neuralnet.twod.util that return LocationFinder.LocationModifier and TypeMethodDescriptionLocationFinder.getLocation
(Neuron n) Retrieves a neuron's grid coordinates.