Uses of Class
org.apache.commons.math4.neuralnet.twod.NeuronSquareMesh2D.HorizontalDirection
-
Packages that use NeuronSquareMesh2D.HorizontalDirection Package Description org.apache.commons.math4.neuralnet.twod Two-dimensional neural networks. -
-
Uses of NeuronSquareMesh2D.HorizontalDirection in org.apache.commons.math4.neuralnet.twod
Methods in org.apache.commons.math4.neuralnet.twod that return NeuronSquareMesh2D.HorizontalDirection Modifier and Type Method Description static NeuronSquareMesh2D.HorizontalDirection
NeuronSquareMesh2D.HorizontalDirection. valueOf(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.math4.neuralnet.twod with parameters of type NeuronSquareMesh2D.HorizontalDirection Modifier and Type Method Description Neuron
NeuronSquareMesh2D. getNeuron(int row, int col, NeuronSquareMesh2D.HorizontalDirection alongRowDir, NeuronSquareMesh2D.VerticalDirection alongColDir)
Retrieves the requested neuron relative to the given(row, col)
position.
-