#include <iostream>#include <vector>#include <stdlib.h>#include <selforg/multilayerffnn.h>#include <selforg/matrix.h>Include dependency graph for feedforwardtest.cpp:

Functions | |
| void | test2x2 () |
| MultiLayerFFNN | testnonlinear () |
| void | testinvertation (const MultiLayerFFNN &net) |
| void | testinvertation2 () |
| int | main () |
| int main | ( | ) |
| void test2x2 | ( | ) |
| void testinvertation | ( | const MultiLayerFFNN & | net | ) |
| void testinvertation2 | ( | ) |
| MultiLayerFFNN testnonlinear | ( | ) |
1.4.7