Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TNeuronInputSum.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::TNeuronInputSum *
8 * *
9 * *
10 * Description: *
11 * TNeuron input calculator -- calculates the weighted sum of inputs. *
12 * *
13 * Authors (alphabetical): *
14 * Matt Jachowski <jachowski@stanford.edu> - Stanford University, USA *
15 * *
16 * Copyright (c) 2005: *
17 * CERN, Switzerland *
18 * *
19 * Redistribution and use in source and binary forms, with or without *
20 * modification, are permitted according to the terms listed in LICENSE *
21 * (see tmva/doc/LICENSE) *
22 **********************************************************************************/
23
24/*! \class TMVA::TNeuronInputSum
25\ingroup TMVA
26TNeuron input calculator -- calculates the weighted sum of inputs.
27*/
28
30
31#include "Rtypes.h"
32
#define ClassImp(name)
Definition Rtypes.h:377
TNeuron input calculator – calculates the weighted sum of inputs.