Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
TMVA::kNN::Event Class Reference

Definition at line 67 of file ModulekNN.h.

Public Member Functions

 Event ()
 default constructor More...
 
 Event (const VarVec &vec, Double_t weight, Short_t type)
 constructor More...
 
 Event (const VarVec &vec, Double_t weight, Short_t type, const VarVec &tvec)
 constructor More...
 
 ~Event ()
 destructor More...
 
VarType GetDist (VarType var, UInt_t ivar) const
 
VarType GetDist (const Event &other) const
 compute distance More...
 
UInt_t GetNTgt () const
 
UInt_t GetNVar () const
 
const VarVecGetTargets () const
 
VarType GetTgt (UInt_t i) const
 
Short_t GetType () const
 
VarType GetVar (UInt_t i) const
 
const VarVecGetVars () const
 
Double_t GetWeight () const
 
void Print () const
 print More...
 
void Print (std::ostream &os) const
 print More...
 
void SetTargets (const VarVec &tvec)
 

Private Attributes

VarVec fTgt
 
Short_t fType
 
VarVec fVar
 
Double_t fWeight
 

#include <TMVA/ModulekNN.h>

Constructor & Destructor Documentation

◆ Event() [1/3]

TMVA::kNN::Event::Event ( )

default constructor

Definition at line 44 of file ModulekNN.cxx.

◆ Event() [2/3]

TMVA::kNN::Event::Event ( const VarVec vec,
Double_t  weight,
Short_t  type 
)

constructor

Definition at line 54 of file ModulekNN.cxx.

◆ Event() [3/3]

TMVA::kNN::Event::Event ( const VarVec vec,
Double_t  weight,
Short_t  type,
const VarVec tvec 
)

constructor

Definition at line 64 of file ModulekNN.cxx.

◆ ~Event()

TMVA::kNN::Event::~Event ( )

destructor

Definition at line 75 of file ModulekNN.cxx.

Member Function Documentation

◆ GetDist() [1/2]

VarType TMVA::kNN::Event::GetDist ( VarType  var,
UInt_t  ivar 
) const
inline

Definition at line 178 of file ModulekNN.h.

◆ GetDist() [2/2]

TMVA::kNN::VarType TMVA::kNN::Event::GetDist ( const Event other) const

compute distance

Definition at line 82 of file ModulekNN.cxx.

◆ GetNTgt()

UInt_t TMVA::kNN::Event::GetNTgt ( ) const
inline

Definition at line 200 of file ModulekNN.h.

◆ GetNVar()

UInt_t TMVA::kNN::Event::GetNVar ( ) const
inline

Definition at line 196 of file ModulekNN.h.

◆ GetTargets()

const TMVA::kNN::VarVec & TMVA::kNN::Event::GetTargets ( ) const

Definition at line 108 of file ModulekNN.cxx.

◆ GetTgt()

VarType TMVA::kNN::Event::GetTgt ( UInt_t  i) const
inline

Definition at line 191 of file ModulekNN.h.

◆ GetType()

Short_t TMVA::kNN::Event::GetType ( ) const
inline

Definition at line 204 of file ModulekNN.h.

◆ GetVar()

VarType TMVA::kNN::Event::GetVar ( UInt_t  i) const
inline

Definition at line 187 of file ModulekNN.h.

◆ GetVars()

const TMVA::kNN::VarVec & TMVA::kNN::Event::GetVars ( ) const

Definition at line 115 of file ModulekNN.cxx.

◆ GetWeight()

Double_t TMVA::kNN::Event::GetWeight ( ) const
inline

Definition at line 183 of file ModulekNN.h.

◆ Print() [1/2]

void TMVA::kNN::Event::Print ( ) const

print

Definition at line 123 of file ModulekNN.cxx.

◆ Print() [2/2]

void TMVA::kNN::Event::Print ( std::ostream &  os) const

print

Definition at line 131 of file ModulekNN.cxx.

◆ SetTargets()

void TMVA::kNN::Event::SetTargets ( const VarVec tvec)

Definition at line 101 of file ModulekNN.cxx.

Member Data Documentation

◆ fTgt

VarVec TMVA::kNN::Event::fTgt
private

Definition at line 99 of file ModulekNN.h.

◆ fType

Short_t TMVA::kNN::Event::fType
private

Definition at line 102 of file ModulekNN.h.

◆ fVar

VarVec TMVA::kNN::Event::fVar
private

Definition at line 98 of file ModulekNN.h.

◆ fWeight

Double_t TMVA::kNN::Event::fWeight
private

Definition at line 101 of file ModulekNN.h.


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