ROOT
6.07/09
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
tmva
tmva
test
DNN
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
16
#include "
TMVA/DNN/Architectures/Reference.h
"
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
}
TMVA::DNN
Definition:
Blas.h:58
main
int main()
Definition:
TestDataLoader.cxx:21
Reference.h
Double_t
double Double_t
Definition:
RtypesCore.h:55
TestDataLoader.h