Logo ROOT   6.14/05
Reference Guide
TNeuronInputSqSum.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::TNeuronInputSqSum *
8  * Web : http://tmva.sourceforge.net *
9  * *
10  * Description: *
11  * TNeuron input calculator -- calculates the square *
12  * of the weighted sum of 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::TNeuronInputSqSum
26 \ingroup TMVA
27 TNeuron input calculator -- calculates the squared weighted sum of inputs.
28 */
29 
30 #include "TMVA/TNeuronInputSqSum.h"
31 
32 #include "Rtypes.h"
33 
#define ClassImp(name)
Definition: Rtypes.h:359
TNeuron input calculator – calculates the squared weighted sum of inputs.