#include <iostream>
#include <vector>
#include <stdlib.h>
#include <selforg/multilayerffnn.h>
#include <selforg/som.h>
#include <selforg/neuralgas.h>
#include <selforg/matrix.h>
Include dependency graph for feedforwardtest.cpp:
Functions | |
void | test2x2 (MultiLayerFFNN &net) |
MultiLayerFFNN | testnonlinear () |
void | testresponse (MultiLayerFFNN net) |
void | testinvertation (MultiLayerFFNN net) |
void | testsom1D () |
void | testsom2D () |
void | testsom1D_local () |
void | testneuralgas () |
int | main () |
int main | ( | ) |
void test2x2 | ( | MultiLayerFFNN & | net | ) |
void testinvertation | ( | MultiLayerFFNN | net | ) |
void testneuralgas | ( | ) |
MultiLayerFFNN testnonlinear | ( | ) |
void testresponse | ( | MultiLayerFFNN | net | ) |
void testsom1D | ( | ) |
void testsom1D_local | ( | ) |
void testsom2D | ( | ) |