- propagate(double[], double) - Method in class neocognitron.CCell
-
Propagate the input signal input[window].
- propagate(OutputConnections) - Method in class neocognitron.CLayer
-
For a given input, determine the output for this layer.
- propagate(double[][], boolean) - Method in class neocognitron.Neocognitron
-
Given an input matrix (character image), the neural network determined
which character the image represents.
- propagate(double[][], double, double, double[][]) - Method in class neocognitron.SCell
-
Progagate the input signal input[plane][window].
- propagate(OutputConnections, boolean) - Method in class neocognitron.SLayer
-
For a given input, determine the output for this layer.
- propagate(double[][]) - Method in class neocognitron.VCCell
-
Propagate the input signal input[window].
- propagate(double[][]) - Method in class neocognitron.VSCell
-
Propagate the input signal input[window].