| Package | Description | 
|---|---|
| org.apache.commons.math3.ml.neuralnet.twod | Two-dimensional neural networks. | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Neuron | NeuronSquareMesh2D. getNeuron(int row,
         int col,
         NeuronSquareMesh2D.HorizontalDirection alongRowDir,
         NeuronSquareMesh2D.VerticalDirection alongColDir)Retrieves the neuron at  (location[0], location[1])in the map. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.