- generateC() - Method in class neocognitron.NeocognitronStructure
-
Initializes C using gamma.
- generateD() - Method in class neocognitron.NeocognitronStructure
-
Initializes D using delta and delta bar.
- generateMonotonic(double, int, int, boolean) - Method in class neocognitron.NeocognitronStructure
-
Generate a monotonically decreasing two dimensional function.
- generateOutputs(int, int) - Static method in class neocognitron.RunTest
-
Generate an artificial OutputConnection
- getC(int) - Method in class neocognitron.NeocognitronStructure
-
Get the c weights for a specific layer
- getLocationOfMax(double[][][], Point, int) - Static method in class neocognitron.OutputConnections
-
For a given s-column, determine the location of the maximum output value.
- getMaxPerPlane(int, List<Location>) - Method in class neocognitron.OutputConnections
-
Given a list of possible representative cells, and a desired plane, determine the location
of the maximum point.
- getNeocognitron(int) - Method in class neocognitron.NeocognitronTrainer
-
Get the final neocognitron.
- getPlane() - Method in class neocognitron.Location
-
Get which plane the specific cell is located within.
- getPlane(int) - Method in class neocognitron.OutputConnections
-
Get an entire planes output matrix.
- getPoint() - Method in class neocognitron.Location
-
Get where the cell is within the plane
- getPointsOnPlanes(int, int) - Method in class neocognitron.OutputConnections
-
Get an array of a certain point (n,m) in every plane.
- getR(int) - Method in class neocognitron.NeocognitronStructure
-
Get the r value for a specific layer
- getRepresentativeCells(int) - Method in class neocognitron.OutputConnections
-
Get the list of representative cells for this specific set ofoutputs.
- getSingleOutput(Location) - Method in class neocognitron.OutputConnections
-
Get a specific output for a given location.
- getSingleOutput(int, int, int) - Method in class neocognitron.OutputConnections
-
Get a specific output for a given location, plane k, and point (n,m).
- getSquareWindowInPlane(int, int, int, int) - Method in class neocognitron.OutputConnections
-
For a specific location and window size, return the resulting window
as a two dimensional array.
- getSquareWindows(int, int, int) - Method in class neocognitron.OutputConnections
-
Get array of two dimensional window matrices for a specific point in each
plane and a given window size.
- getStructure() - Method in class neocognitron.Neocognitron
-
Get the structure used to initialize the neocognitron
- getWindowInPlane(int, int, int, int) - Method in class neocognitron.OutputConnections
-
For a specific location and window size, return the resulting window
as a single dimensional array.
- getWindows(int, int, int) - Method in class neocognitron.OutputConnections
-
Get array of windows for a specific point in each plane and a given window
size.