GTK+ IOStream  Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
NeuralNetworkTest.C File Reference
#include <Eigen/Dense>
#include <fstream>
#include <iostream>
#include "NeuralNetwork.H"
Include dependency graph for NeuralNetworkTest.C:

Go to the source code of this file.

Functions

Eigen::Matrix< double,
Eigen::Dynamic, Eigen::Dynamic > 
loadFromFile (string fileName)
 
int main (int argc, char *argv[])
 

Function Documentation

Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic> loadFromFile ( string  fileName)

Definition at line 30 of file NeuralNetworkTest.C.

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Definition at line 49 of file NeuralNetworkTest.C.

Here is the call graph for this function: