Logo ROOT  
Reference Guide
TNeuronInput.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::TNeuronInput *
8 * *
9 * Description: *
10 * Interface for TNeuron input calculation 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::TNeuronInput
24\ingroup TMVA
25Interface for TNeuron input calculation classes.
26*/
27
28#include "TMVA/TNeuronInput.h"
29
30#include "Rtypes.h"
31
#define ClassImp(name)
Definition: Rtypes.h:361
Interface for TNeuron input calculation classes.
Definition: TNeuronInput.h:42