Logo ROOT   6.10/09
Reference Guide
TestDataLoader.cxx
Go to the documentation of this file.
1 // @(#)root/tmva/tmva/dnn:$Id$
2 // Author: Simon Pfreundschuh 12/07/16
3 
4 /*************************************************************************
5  * Copyright (C) 2016, Simon Pfreundschuh *
6  * All rights reserved. *
7  * *
8  * For the licensing terms see $ROOTSYS/LICENSE. *
9  * For the list of contributors see $ROOTSYS/README/CREDITS. *
10  *************************************************************************/
11 
12 ////////////////////////////////////////////////////
13 // Test the reference data loader implementation. //
14 ////////////////////////////////////////////////////
15 
17 #include "TestDataLoader.h"
18 
19 using namespace TMVA::DNN;
20 
21 int main ()
22 {
23  Double_t error = testIdentity<TReference<Double_t>>();
24  std::cout << "Testing reference data loader: Mex. rel. error = " << error;
25  std::cout << std::endl;
26 }
Definition: Blas.h:58
int main()
double Double_t
Definition: RtypesCore.h:55