Uses of Class
org.apache.commons.math4.neuralnet.twod.NeuronSquareMesh2D.VerticalDirection
-
Packages that use NeuronSquareMesh2D.VerticalDirection Package Description org.apache.commons.math4.neuralnet.twod Two-dimensional neural networks. -
-
Uses of NeuronSquareMesh2D.VerticalDirection in org.apache.commons.math4.neuralnet.twod
Methods in org.apache.commons.math4.neuralnet.twod that return NeuronSquareMesh2D.VerticalDirection Modifier and Type Method Description static NeuronSquareMesh2D.VerticalDirection
NeuronSquareMesh2D.VerticalDirection. valueOf(String name)
Returns 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.math4.neuralnet.twod with parameters of type NeuronSquareMesh2D.VerticalDirection 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.
-