Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMVA::AbsoluteDeviationLossFunction Class Reference

Absolute Deviation Loss Function.

Definition at line 239 of file LossFunction.h.

Public Member Functions

 AbsoluteDeviationLossFunction ()
 
 ~AbsoluteDeviationLossFunction ()
 
Double_t CalculateLoss (LossFunctionEventInfo &e)
 absolute deviation, determine the loss for a single event
 
Double_t CalculateMeanLoss (std::vector< LossFunctionEventInfo > &evs)
 absolute deviation, determine the mean loss for a collection of events
 
Double_t CalculateNetLoss (std::vector< LossFunctionEventInfo > &evs)
 absolute deviation, determine the net loss for a collection of events
 
Int_t Id ()
 
TString Name ()
 
- Public Member Functions inherited from TMVA::LossFunction
 LossFunction ()
 
virtual ~LossFunction ()
 

#include <TMVA/LossFunction.h>

Inheritance diagram for TMVA::AbsoluteDeviationLossFunction:
[legend]

Constructor & Destructor Documentation

◆ AbsoluteDeviationLossFunction()

TMVA::AbsoluteDeviationLossFunction::AbsoluteDeviationLossFunction ( )
inline

Definition at line 242 of file LossFunction.h.

◆ ~AbsoluteDeviationLossFunction()

TMVA::AbsoluteDeviationLossFunction::~AbsoluteDeviationLossFunction ( )
inline

Definition at line 243 of file LossFunction.h.

Member Function Documentation

◆ CalculateLoss()

Double_t TMVA::AbsoluteDeviationLossFunction::CalculateLoss ( LossFunctionEventInfo e)
virtual

absolute deviation, determine the loss for a single event

Implements TMVA::LossFunction.

Definition at line 497 of file LossFunction.cxx.

◆ CalculateMeanLoss()

Double_t TMVA::AbsoluteDeviationLossFunction::CalculateMeanLoss ( std::vector< LossFunctionEventInfo > &  evs)
virtual

absolute deviation, determine the mean loss for a collection of events

Implements TMVA::LossFunction.

Definition at line 516 of file LossFunction.cxx.

◆ CalculateNetLoss()

Double_t TMVA::AbsoluteDeviationLossFunction::CalculateNetLoss ( std::vector< LossFunctionEventInfo > &  evs)
virtual

absolute deviation, determine the net loss for a collection of events

Implements TMVA::LossFunction.

Definition at line 505 of file LossFunction.cxx.

◆ Id()

Int_t TMVA::AbsoluteDeviationLossFunction::Id ( )
inlinevirtual

Implements TMVA::LossFunction.

Definition at line 252 of file LossFunction.h.

◆ Name()

TString TMVA::AbsoluteDeviationLossFunction::Name ( )
inlinevirtual

Implements TMVA::LossFunction.

Definition at line 251 of file LossFunction.h.

Libraries for TMVA::AbsoluteDeviationLossFunction:

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