Modifier and Type | Method and Description |
---|---|
NeocognitronStructure |
Neocognitron.getStructure()
Get the structure used to initialize the neocognitron
|
Constructor and Description |
---|
CLayer(int layer,
NeocognitronStructure s)
Constructor for CLayer.
|
Neocognitron(NeocognitronStructure initStruct)
Initialize the neocognitron using the structure dictated in the
NeocognitronStructure class
|
SLayer(int layer,
NeocognitronStructure s)
Constructor for SLayer.
|