Uses of Enum
org.apache.commons.math3.ml.neuralnet.twod.NeuronSquareMesh2D.HorizontalDirection
Packages that use NeuronSquareMesh2D.HorizontalDirection
-
Uses of NeuronSquareMesh2D.HorizontalDirection in org.apache.commons.math3.ml.neuralnet.twod
Methods in org.apache.commons.math3.ml.neuralnet.twod that return NeuronSquareMesh2D.HorizontalDirectionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.HorizontalDirectionModifier and TypeMethodDescriptionNeuronSquareMesh2D.getNeuron
(int row, int col, NeuronSquareMesh2D.HorizontalDirection alongRowDir, NeuronSquareMesh2D.VerticalDirection alongColDir) Retrieves the neuron at(location[0], location[1])
in the map.