Logo ROOT   6.07/09
Reference Guide
Namespaces | Functions
TestDataLoader.h File Reference
#include "TMVA/DNN/Net.h"
#include "TMVA/DNN/DataLoader.h"
#include "Utility.h"
Include dependency graph for TestDataLoader.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 TMVA
 Abstract ClassifierFactory template that handles arbitrary types.
 
 TMVA::DNN
 

Functions

template<typename Architecture_t >
auto TMVA::DNN::testIdentity () -> typename Architecture_t::Scalar_t
 Test the data loader by loading identical input and output data, running it through an identity neural network and computing the the mean squared error. More...
 
template<typename Architecture_t >
auto TMVA::DNN::testSum () -> typename Architecture_t::Scalar_t
 Test that the data loader loads all data in the data set by summing up all elements batch wise and comparing to the result over the complete data set. More...