Logo ROOT   6.10/09
Reference Guide
TNeuronInputAbs.cxx
Go to the documentation of this file.
1 // @(#)root/tmva $Id$
2 // Author: Matt Jachowski
3 
4 /**********************************************************************************
5  * Project: TMVA - a Root-integrated toolkit for multivariate data analysis *
6  * Package: TMVA *
7  * Class : TMVA::TNeuronInputAbs *
8  * Web : http://tmva.sourceforge.net *
9  * *
10  * Description: *
11  * TNeuron input calculator -- calculates the sum of the absolute values *
12  * of the weighted inputs *
13  * *
14  * Authors (alphabetical): *
15  * Matt Jachowski <jachowski@stanford.edu> - Stanford University, USA *
16  * *
17  * Copyright (c) 2005: *
18  * CERN, Switzerland *
19  * *
20  * Redistribution and use in source and binary forms, with or without *
21  * modification, are permitted according to the terms listed in LICENSE *
22  * (http://tmva.sourceforge.net/LICENSE) *
23  **********************************************************************************/
24 
25 /*! \class TMVA::TNeuronInputAbs
26 \ingroup TMVA
27 TNeuron input calculator -- calculates the sum of the absolute
28 values of the weighted inputs
29 */
30 
31 #include "TMVA/TNeuronInputAbs.h"
32 
33 #include "Rtypes.h"
34 
TNeuron input calculator – calculates the sum of the absolute values of the weighted inputs...
#define ClassImp(name)
Definition: Rtypes.h:336