ROOT  6.06/09
Reference Guide
Public Member Functions | Public Attributes | List of all members
TMVA::MethodCFMlpANN_Utils::VARn2 Class Reference

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_toperator() (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>

Constructor & Destructor Documentation

TMVA::MethodCFMlpANN_Utils::VARn2::VARn2 ( )
inline

Definition at line 139 of file MethodCFMlpANN_Utils.h.

TMVA::MethodCFMlpANN_Utils::VARn2::~VARn2 ( )
inline

Definition at line 142 of file MethodCFMlpANN_Utils.h.

Member Function Documentation

void TMVA::MethodCFMlpANN_Utils::VARn2::Create ( Int_t  nevt,
Int_t  nvar 
)
inline

Definition at line 145 of file MethodCFMlpANN_Utils.h.

void TMVA::MethodCFMlpANN_Utils::VARn2::Delete ( void  )
inline

Definition at line 159 of file MethodCFMlpANN_Utils.h.

Referenced by ~VARn2().

Double_t& TMVA::MethodCFMlpANN_Utils::VARn2::operator() ( Int_t  ievt,
Int_t  ivar 
) const
inline

Definition at line 151 of file MethodCFMlpANN_Utils.h.

Double_t TMVA::MethodCFMlpANN_Utils::VARn2::operator= ( Double_t  val)
inline

Definition at line 150 of file MethodCFMlpANN_Utils.h.

Member Data Documentation

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().


The documentation for this class was generated from the following file: