Loading [MathJax]/extensions/tex2jax.js
ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
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
Modules
Pages
tmva
tmva
src
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
#include "
TMVA/TNeuronInputAbs.h
"
26
27
ClassImp
(
TMVA::TNeuronInputAbs
)
28
TNeuronInputAbs.h
TMVA::TNeuronInputAbs
Definition:
TNeuronInputAbs.h:70
ClassImp
#define ClassImp(name)
Definition:
Rtypes.h:279