- VCCell - Class in neocognitron
-
The vc-cell contains all the constants needed to propagate a signal correctly
for the neocognitron.
- VCCell(double[]) - Constructor for class neocognitron.VCCell
-
Initialize the vc-cell, with weight d.
- verifyNeocognitron(Neocognitron, boolean) - Method in class neocognitron.NeocognitronTrainer
-
Calculate the error rate of a specific neocognitron.
- verifyNeocognitron(Neocognitron, ArrayList<double[][]>, boolean) - Method in class neocognitron.NeocognitronTrainer
-
Calculate the error rate of a specific neocognitron using a specific
list of inputs.
- verifyTraining(Neocognitron) - Method in class neocognitron.NeocognitronTrainer
-
Determine if training was successful.
- VSCell - Class in neocognitron
-
The vs-cell contains all the constants needed to propagate a signal correctly
for the neocognitron.
- VSCell(double[]) - Constructor for class neocognitron.VSCell
-
Initialize the vs-cell, with weight c.