UESMANN CPP  1.0
Reference implementation of UESMANN
Functions
save and load tests.
Collaboration diagram for save and load tests.:

Functions

void testSaveLoad (NetType tp)
 
 BOOST_AUTO_TEST_CASE (saveloadplain)
 Test that saving and loading a plain network leaves the weights and biases unchanged. More...
 
 BOOST_AUTO_TEST_CASE (saveloadob)
 Test that saving and loading an output blending network leaves the weights and biases unchanged. More...
 
 BOOST_AUTO_TEST_CASE (saveloadhin)
 Test that saving and loading an h-as-input network leaves the weights and biases unchanged. More...
 
 BOOST_AUTO_TEST_CASE (saveloadues)
 Test that saving and loading a UESMANN network leaves the weights and biases unchanged. More...
 

Detailed Description

Function Documentation

BOOST_AUTO_TEST_CASE ( saveloadplain  )

Test that saving and loading a plain network leaves the weights and biases unchanged.

Definition at line 80 of file testSaveLoad.cpp.

BOOST_AUTO_TEST_CASE ( saveloadob  )

Test that saving and loading an output blending network leaves the weights and biases unchanged.

Definition at line 87 of file testSaveLoad.cpp.

BOOST_AUTO_TEST_CASE ( saveloadhin  )

Test that saving and loading an h-as-input network leaves the weights and biases unchanged.

Definition at line 94 of file testSaveLoad.cpp.

BOOST_AUTO_TEST_CASE ( saveloadues  )

Test that saving and loading a UESMANN network leaves the weights and biases unchanged.

Definition at line 101 of file testSaveLoad.cpp.

void testSaveLoad ( NetType  tp)

Definition at line 24 of file testSaveLoad.cpp.