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