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>
      
  | 
  inline | 
Definition at line 242 of file LossFunction.h.
      
  | 
  inline | 
Definition at line 243 of file LossFunction.h.
      
  | 
  virtual | 
absolute deviation, determine the loss for a single event
Implements TMVA::LossFunction.
Definition at line 497 of file LossFunction.cxx.
      
  | 
  virtual | 
absolute deviation, determine the mean loss for a collection of events
Implements TMVA::LossFunction.
Definition at line 516 of file LossFunction.cxx.
      
  | 
  virtual | 
absolute deviation, determine the net loss for a collection of events
Implements TMVA::LossFunction.
Definition at line 505 of file LossFunction.cxx.
      
  | 
  inlinevirtual | 
Implements TMVA::LossFunction.
Definition at line 252 of file LossFunction.h.
      
  | 
  inlinevirtual | 
Implements TMVA::LossFunction.
Definition at line 251 of file LossFunction.h.