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
Subclasses with type arguments of type NeuronSquareMesh2D.VerticalDirection in org.apache.commons.math3.ml.neuralnet.twodModifier and TypeClassDescriptionstatic enumVertical (along column) direction.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 TypeMethodDescriptionprivate int[]NeuronSquareMesh2D.getLocation(int row, int col, NeuronSquareMesh2D.HorizontalDirection alongRowDir, NeuronSquareMesh2D.VerticalDirection alongColDir) Computes the location of a neighbouring neuron.NeuronSquareMesh2D.getNeuron(int row, int col, NeuronSquareMesh2D.HorizontalDirection alongRowDir, NeuronSquareMesh2D.VerticalDirection alongColDir) Retrieves the neuron at(location[0], location[1])in the map.