00001 // @(#)root/tmva $Id: TNeuronInputAbs.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::TNeuronInputAbs * 00008 * Web : http://tmva.sourceforge.net * 00009 * * 00010 * Description: * 00011 * TNeuron input calculator -- calculates the sum of the absolute values * 00012 * of the weighted inputs * 00013 * * 00014 * Authors (alphabetical): * 00015 * Matt Jachowski <jachowski@stanford.edu> - Stanford University, USA * 00016 * * 00017 * Copyright (c) 2005: * 00018 * CERN, Switzerland * 00019 * * 00020 * Redistribution and use in source and binary forms, with or without * 00021 * modification, are permitted according to the terms listed in LICENSE * 00022 * (http://tmva.sourceforge.net/LICENSE) * 00023 **********************************************************************************/ 00024 00025 #include "TMVA/TNeuronInputAbs.h" 00026 00027 ClassImp(TMVA::TNeuronInputAbs) 00028