Logo ROOT   6.08/07
Reference Guide
DataLoader.cxx
Go to the documentation of this file.
1 // @(#)root/tmva/tmva/dnn:$Id$
2 // Author: Simon Pfreundschuh 08/08/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 // Implementation of the generic data loader for neural network input data. //
14 //////////////////////////////////////////////////////////////////////////////
15 
16 namespace TMVA {
17 namespace DNN {
18 
Abstract ClassifierFactory template that handles arbitrary types.