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