| 
    ROOT   6.08/07  Reference Guide  | 
    
Definition at line 256 of file LossFunction.h.
Public Member Functions | |
| AbsoluteDeviationLossFunctionBDT () | |
| ~AbsoluteDeviationLossFunctionBDT () | |
| Double_t | Fit (std::vector< LossFunctionEventInfo > &evs) | 
| absolute deviation BDT, determine the fit value for the terminal node based upon the events in the terminal node  More... | |
| void | Init (std::map< const TMVA::Event *, LossFunctionEventInfo > &evinfomap, std::vector< double > &boostWeights) | 
| absolute deviation BDT, initialize the targets and prepare for the regression  More... | |
| void | SetTargets (std::vector< const TMVA::Event *> &evs, std::map< const TMVA::Event *, LossFunctionEventInfo > &evinfomap) | 
| absolute deviation BDT, set the targets for a collection of events  More... | |
| Double_t | Target (LossFunctionEventInfo &e) | 
| absolute deviation BDT, set the target for a single event  More... | |
  Public Member Functions inherited from TMVA::LossFunctionBDT | |
| LossFunctionBDT () | |
| virtual | ~LossFunctionBDT () | 
  Public Member Functions inherited from TMVA::LossFunction | |
| LossFunction () | |
| virtual | ~LossFunction () | 
  Public Member Functions inherited from TMVA::AbsoluteDeviationLossFunction | |
| AbsoluteDeviationLossFunction () | |
| ~AbsoluteDeviationLossFunction () | |
| Double_t | CalculateLoss (LossFunctionEventInfo &e) | 
| absolute deviation, determine the loss for a single event  More... | |
| Double_t | CalculateMeanLoss (std::vector< LossFunctionEventInfo > &evs) | 
| absolute deviation, determine the mean loss for a collection of events  More... | |
| Double_t | CalculateNetLoss (std::vector< LossFunctionEventInfo > &evs) | 
| absolute deviation, determine the net loss for a collection of events  More... | |
| Int_t | Id () | 
| TString | Name () | 
#include <TMVA/LossFunction.h>
      
  | 
  inline | 
Definition at line 259 of file LossFunction.h.
      
  | 
  inline | 
Definition at line 260 of file LossFunction.h.
      
  | 
  virtual | 
absolute deviation BDT, determine the fit value for the terminal node based upon the events in the terminal node
Implements TMVA::LossFunctionBDT.
Definition at line 518 of file LossFunction.cxx.
      
  | 
  virtual | 
absolute deviation BDT, initialize the targets and prepare for the regression
Implements TMVA::LossFunctionBDT.
Definition at line 471 of file LossFunction.cxx.
      
  | 
  virtual | 
absolute deviation BDT, set the targets for a collection of events
Implements TMVA::LossFunctionBDT.
Definition at line 492 of file LossFunction.cxx.
      
  | 
  virtual | 
absolute deviation BDT, set the target for a single event
Implements TMVA::LossFunctionBDT.
Definition at line 507 of file LossFunction.cxx.