Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
TMVA::LossFunctionEventInfo Class Reference

Definition at line 46 of file LossFunction.h.

Public Member Functions

 LossFunctionEventInfo ()
 
 LossFunctionEventInfo (Double_t trueValue_, Double_t predictedValue_, Double_t weight_)
 
 ~LossFunctionEventInfo ()
 

Public Attributes

Double_t predictedValue
 
Double_t trueValue
 
Double_t weight
 

#include <TMVA/LossFunction.h>

Constructor & Destructor Documentation

◆ LossFunctionEventInfo() [1/2]

TMVA::LossFunctionEventInfo::LossFunctionEventInfo ( )
inline

Definition at line 49 of file LossFunction.h.

◆ LossFunctionEventInfo() [2/2]

TMVA::LossFunctionEventInfo::LossFunctionEventInfo ( Double_t  trueValue_,
Double_t  predictedValue_,
Double_t  weight_ 
)
inline

Definition at line 54 of file LossFunction.h.

◆ ~LossFunctionEventInfo()

TMVA::LossFunctionEventInfo::~LossFunctionEventInfo ( )
inline

Definition at line 59 of file LossFunction.h.

Member Data Documentation

◆ predictedValue

Double_t TMVA::LossFunctionEventInfo::predictedValue

Definition at line 62 of file LossFunction.h.

◆ trueValue

Double_t TMVA::LossFunctionEventInfo::trueValue

Definition at line 59 of file LossFunction.h.

◆ weight

Double_t TMVA::LossFunctionEventInfo::weight

Definition at line 63 of file LossFunction.h.


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