Uses of Enum
org.apache.commons.math3.ml.neuralnet.SquareNeighbourhood
Packages that use SquareNeighbourhood
Package
Description
Neural networks.
Two-dimensional neural networks.
-
Uses of SquareNeighbourhood in org.apache.commons.math3.ml.neuralnet
Methods in org.apache.commons.math3.ml.neuralnet that return SquareNeighbourhoodModifier and TypeMethodDescriptionstatic SquareNeighbourhoodReturns 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. -
Uses of SquareNeighbourhood in org.apache.commons.math3.ml.neuralnet.twod
Fields in org.apache.commons.math3.ml.neuralnet.twod declared as SquareNeighbourhoodModifier and TypeFieldDescriptionprivate final SquareNeighbourhoodNeuronSquareMesh2D.neighbourhoodNeighbourhood type.private final SquareNeighbourhoodNeuronSquareMesh2D.SerializationProxy.neighbourhoodNeighbourhood type.Constructors in org.apache.commons.math3.ml.neuralnet.twod with parameters of type SquareNeighbourhoodModifierConstructorDescription(package private)NeuronSquareMesh2D(boolean wrapRowDim, boolean wrapColDim, SquareNeighbourhood neighbourhoodType, double[][][] featuresList) Constructor with restricted access, solely used for deserialization.privateNeuronSquareMesh2D(boolean wrapRowDim, boolean wrapColDim, SquareNeighbourhood neighbourhoodType, Network net, long[][] idGrid) Constructor with restricted access, solely used for making adeep copy.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.(package private)SerializationProxy(boolean wrapRows, boolean wrapColumns, SquareNeighbourhood neighbourhood, double[][][] featuresList)