Class | Description |
---|---|
CCell |
The c-cell contains all the constants needed to propagate a signal correctly
for the neocognitron.
|
CLayer |
The CLayer object contains all the c-cells in each c-plane within a given
c-layer.
|
Location |
Object which stores the location of a cell within a specific
layer.
|
Neocognitron |
The neocognitron object contains all needed to train and propagate an input
image.
|
NeocognitronStructure |
The structure which defines an entire neocognitron network.
|
NeocognitronTrainer |
This is a helper class which is used to train a Neocognitron.
|
OutputConnections |
The object which contains all the outputs from a specific neocognitron
layer.
|
RunTest |
This is a static class used to run the entire neocognitron, including
the training and analysis.
|
SCell |
The s-cell contains all the constants needed to propagate a signal correctly
for the neocognitron.
|
SLayer |
The SLayer object contains all the s-cells in each s-plane within a given
s-layer.
|
VCCell |
The vc-cell contains all the constants needed to propagate a signal correctly
for the neocognitron.
|
VSCell |
The vs-cell contains all the constants needed to propagate a signal correctly
for the neocognitron.
|