#include <Perc.h>
Public Attributes | |
float | Input [32] |
Input of the perceptron. | |
int | Output |
Desired output with this input. |
This structure is used by the perceptron during his learning loop
|
Input of the perceptron.
|
|
Desired output with this input.
|