ROOT
6.06/09
Reference Guide
|
Definition at line 137 of file MethodCFMlpANN_Utils.h.
Public Member Functions | |
VARn2 () | |
~VARn2 () | |
void | Create (Int_t nevt, Int_t nvar) |
Double_t | operator= (Double_t val) |
Double_t & | operator() (Int_t ievt, Int_t ivar) const |
void | Delete (void) |
Public Attributes | |
Double_t ** | fxx |
Int_t | fNevt |
Int_t | fNvar |
#include <TMVA/MethodCFMlpANN_Utils.h>
|
inline |
Definition at line 139 of file MethodCFMlpANN_Utils.h.
|
inline |
Definition at line 142 of file MethodCFMlpANN_Utils.h.
Definition at line 145 of file MethodCFMlpANN_Utils.h.
Definition at line 159 of file MethodCFMlpANN_Utils.h.
Referenced by ~VARn2().
Definition at line 151 of file MethodCFMlpANN_Utils.h.
Definition at line 150 of file MethodCFMlpANN_Utils.h.
Int_t TMVA::MethodCFMlpANN_Utils::VARn2::fNevt |
Definition at line 166 of file MethodCFMlpANN_Utils.h.
Referenced by Create(), Delete(), and operator()().
Int_t TMVA::MethodCFMlpANN_Utils::VARn2::fNvar |
Definition at line 167 of file MethodCFMlpANN_Utils.h.
Referenced by Create(), and operator()().
Double_t** TMVA::MethodCFMlpANN_Utils::VARn2::fxx |
Definition at line 165 of file MethodCFMlpANN_Utils.h.
Referenced by Create(), Delete(), operator()(), and VARn2().