Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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 * (see tmva/doc/LICENSE) *
21 **********************************************************************************/
22
23/*! \class TMVA::TActivation
24\ingroup TMVA
25Interface for TNeuron activation function classes
26*/
27
28#include "TMVA/TActivation.h"
29
30#include "Rtypes.h"
31
#define ClassImp(name)
Definition Rtypes.h:377
Interface for TNeuron activation function classes.
Definition TActivation.h:42