ROOT
6.10/00
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
tmva
tmva
src
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
34
ClassImp
(
TMVA::TNeuronInputSqSum
)
Rtypes.h
TNeuronInputSqSum.h
ClassImp
#define ClassImp(name)
Definition:
Rtypes.h:336
TMVA::TNeuronInputSqSum
TNeuron input calculator – calculates the squared weighted sum of inputs.
Definition:
TNeuronInputSqSum.h:46