ROOT
6.08/07
Reference Guide
tmva
tmva
test
DNN
TestMinimization.cxx
Go to the documentation of this file.
1
// @(#)root/tmva $Id$
2
// Author: Simon Pfreundschuh
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 Neural Network training using the reference //
14
// implementation. //
15
// //
16
// Calls the generic testMinimization function defined in //
17
// TestMinimization.cpp for the reference architecture. //
18
////////////////////////////////////////////////////////////
19
20
#include <iostream>
21
#include "
TMVA/DNN/Architectures/Reference.h
"
22
#include "
TestMinimization.h
"
23
24
using namespace
TMVA::DNN
;
25
26
int
main
()
27
{
28
testMinimization<TReference<double>>();
29
}
TMVA::DNN
Definition:
Blas.h:58
Reference.h
TestMinimization.h
main
int main()
Definition:
TestMinimization.cxx:26