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
TActivation.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::TActivation *
8
* *
9
* Description: *
10
* Interface for TNeuron activation function classes. *
11
* *
12
* Authors (alphabetical): *
13
* Matt Jachowski <jachowski@stanford.edu> - Stanford University, USA *
14
* *
15
* Copyright (c) 2005: *
16
* CERN, Switzerland *
17
* *
18
* Redistribution and use in source and binary forms, with or without *
19
* modification, are permitted according to the terms listed in LICENSE *
20
* (http://tmva.sourceforge.net/LICENSE) *
21
**********************************************************************************/
22
23
/*! \class TMVA::TActivation
24
\ingroup TMVA
25
Interface for TNeuron activation function classes
26
*/
27
28
#include "
TMVA/TActivation.h
"
29
30
#include "
Rtypes.h
"
31
32
ClassImp
(
TMVA::TActivation
)
Rtypes.h
TActivation.h
ClassImp
#define ClassImp(name)
Definition:
Rtypes.h:336
TMVA::TActivation
Interface for TNeuron activation function classes.
Definition:
TActivation.h:42