00001 // @(#)root/tmva $Id: TActivation.cxx 29122 2009-06-22 06:51:30Z brun $ 00002 // Author: Matt Jachowski 00003 00004 /********************************************************************************** 00005 * Project: TMVA - a Root-integrated toolkit for multivariate data analysis * 00006 * Package: TMVA * 00007 * Class : TMVA::TActivation * 00008 * * 00009 * Description: * 00010 * Interface for TNeuron activation function classes. * 00011 * * 00012 * Authors (alphabetical): * 00013 * Matt Jachowski <jachowski@stanford.edu> - Stanford University, USA * 00014 * * 00015 * Copyright (c) 2005: * 00016 * CERN, Switzerland * 00017 * * 00018 * Redistribution and use in source and binary forms, with or without * 00019 * modification, are permitted according to the terms listed in LICENSE * 00020 * (http://tmva.sourceforge.net/LICENSE) * 00021 **********************************************************************************/ 00022 00023 #include "TMVA/TActivation.h" 00024 00025 ClassImp(TMVA::TActivation) 00026