Package | Description |
---|---|
org.apache.commons.math3.ml.neuralnet |
Neural networks.
|
org.apache.commons.math3.ml.neuralnet.twod |
Two-dimensional neural networks.
|
Modifier and Type | Method and Description |
---|---|
static SquareNeighbourhood |
SquareNeighbourhood.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SquareNeighbourhood[] |
SquareNeighbourhood.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NeuronSquareMesh2D(int numRows,
boolean wrapRowDim,
int numCols,
boolean wrapColDim,
SquareNeighbourhood neighbourhoodType,
FeatureInitializer[] featureInit)
Creates a two-dimensional network composed of square cells:
Each neuron not located on the border of the mesh has four
neurons linked to it.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.