Uses of Class
org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D.HorizontalDirection
-
Packages that use NeuronSquareMesh2D.HorizontalDirection Package Description org.apache.commons.math3.ml.neuralnet.twod Two-dimensional neural networks. -
-
Uses of NeuronSquareMesh2D.HorizontalDirection in org.apache.commons.math3.ml.neuralnet.twod
Methods in org.apache.commons.math3.ml.neuralnet.twod that return NeuronSquareMesh2D.HorizontalDirection Modifier and Type Method Description static NeuronSquareMesh2D.HorizontalDirectionNeuronSquareMesh2D.HorizontalDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NeuronSquareMesh2D.HorizontalDirection[]NeuronSquareMesh2D.HorizontalDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.math3.ml.neuralnet.twod with parameters of type NeuronSquareMesh2D.HorizontalDirection Modifier and Type Method Description private int[]NeuronSquareMesh2D. getLocation(int row, int col, NeuronSquareMesh2D.HorizontalDirection alongRowDir, NeuronSquareMesh2D.VerticalDirection alongColDir)Computes the location of a neighbouring neuron.NeuronNeuronSquareMesh2D. getNeuron(int row, int col, NeuronSquareMesh2D.HorizontalDirection alongRowDir, NeuronSquareMesh2D.VerticalDirection alongColDir)Retrieves the neuron at(location[0], location[1])in the map.
-