Modifier and Type | Method and Description |
---|---|
static Location |
OutputConnections.getLocationOfMax(double[][][] sColumn,
java.awt.Point center,
int windowSize)
For a given s-column, determine the location of the maximum output value.
|
Modifier and Type | Method and Description |
---|---|
double |
OutputConnections.getSingleOutput(Location l)
Get a specific output for a given location.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Point |
OutputConnections.getMaxPerPlane(int plane,
java.util.List<Location> l)
Given a list of possible representative cells, and a desired plane, determine the location
of the maximum point.
|