Logo ROOT   6.12/07
Reference Guide
Reference.cxx
Go to the documentation of this file.
1 // @(#)root/tmva/tmva/dnn:$Id$
2 // Author: Simon Pfreundschuh 10/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 // Explicit instantiation of the TReference architecture class //
14 // template for Double_t scalar types. //
15 ////////////////////////////////////////////////////////////////
16 
17 #include <iostream>
19 
26 #include "Reference/Dropout.cxx"
27 
28 namespace TMVA {
29 namespace DNN {
30 
31 template class TReference<Real_t>;
32 template class TReference<Double_t>;
33 } // namespace TMVA
34 } // namespace DNN
Abstract ClassifierFactory template that handles arbitrary types.