Logo ROOT  
Reference Guide
TMVA::LossFunctionEventInfo Class Reference

Definition at line 48 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 51 of file LossFunction.h.

◆ LossFunctionEventInfo() [2/2]

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

Definition at line 56 of file LossFunction.h.

◆ ~LossFunctionEventInfo()

TMVA::LossFunctionEventInfo::~LossFunctionEventInfo ( )
inline

Definition at line 61 of file LossFunction.h.

Member Data Documentation

◆ predictedValue

Double_t TMVA::LossFunctionEventInfo::predictedValue

Definition at line 64 of file LossFunction.h.

◆ trueValue

Double_t TMVA::LossFunctionEventInfo::trueValue

Definition at line 63 of file LossFunction.h.

◆ weight

Double_t TMVA::LossFunctionEventInfo::weight

Definition at line 65 of file LossFunction.h.

Libraries for TMVA::LossFunctionEventInfo:
[legend]

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