- SaveNeocognitron(Neocognitron, File) - Static method in class neocognitron.Neocognitron
-
Serialize the neocognitron and save it to a specific file.
- SaveTest() - Static method in class neocognitron.RunTest
-
Test saving a neocognitron.
- SCell - Class in neocognitron
-
The s-cell contains all the constants needed to propagate a signal correctly
for the neocognitron.
- SCell(double) - Constructor for class neocognitron.SCell
-
Initialize the s-cell, with the constant r
- sColumnSize - Variable in class neocognitron.NeocognitronStructure
-
- setPlaneOutput(int, double[][]) - Method in class neocognitron.OutputConnections
-
Set an entire plane's output matrix
- setPoint(Point) - Method in class neocognitron.Location
-
Set where the cell is within a specific plane
- setSingleOutput(int, int, int, double) - Method in class neocognitron.OutputConnections
-
Set a single output value.
- SLayer - Class in neocognitron
-
The SLayer object contains all the s-cells in each s-plane within a given
s-layer.
- SLayer(int, NeocognitronStructure) - Constructor for class neocognitron.SLayer
-
Constructor for SLayer.
- sLayerSizes - Variable in class neocognitron.NeocognitronStructure
-
- sWindowSize - Variable in class neocognitron.NeocognitronStructure
-