- TestBestSaved() - Static method in class neocognitron.RunTest
-
Read in the best networks and determine their structure
- testMethods(OutputConnections, int) - Static method in class neocognitron.RunTest
-
Test the methods within OutputConnections
- testMonotonicC() - Static method in class neocognitron.RunTest
-
Test the monotonic function generater methods.
- testOutputConnections() - Static method in class neocognitron.RunTest
-
Test the OutputConnection class
- toArray() - Method in class neocognitron.OutputConnections
-
Convert entire OutputConnections to a three dimensional array.
- toString() - Method in class neocognitron.OutputConnections
-
- train(OutputConnections, OutputConnections, double[][]) - Method in class neocognitron.SLayer
-
Train the s-layer.
- TrainerTest() - Static method in class neocognitron.RunTest
-
Determine best neocognitron by generating many different networks.