| 
    ROOT   6.08/07  Reference Guide  | 
    
Definition at line 195 of file LossFunction.h.
Public Member Functions | |
| LeastSquaresLossFunction () | |
| ~LeastSquaresLossFunction () | |
| Double_t | CalculateLoss (LossFunctionEventInfo &e) | 
| least squares , determine the loss for a single event  More... | |
| Double_t | CalculateMeanLoss (std::vector< LossFunctionEventInfo > &evs) | 
| least squares , determine the mean loss for a collection of events  More... | |
| Double_t | CalculateNetLoss (std::vector< LossFunctionEventInfo > &evs) | 
| least squares , determine the net loss for a collection of events  More... | |
| Int_t | Id () | 
| TString | Name () | 
  Public Member Functions inherited from TMVA::LossFunction | |
| LossFunction () | |
| virtual | ~LossFunction () | 
#include <TMVA/LossFunction.h>
      
  | 
  inline | 
Definition at line 198 of file LossFunction.h.
      
  | 
  inline | 
Definition at line 199 of file LossFunction.h.
      
  | 
  virtual | 
least squares , determine the loss for a single event
Implements TMVA::LossFunction.
Definition at line 315 of file LossFunction.cxx.
      
  | 
  virtual | 
least squares , determine the mean loss for a collection of events
Implements TMVA::LossFunction.
Definition at line 337 of file LossFunction.cxx.
      
  | 
  virtual | 
least squares , determine the net loss for a collection of events
Implements TMVA::LossFunction.
Definition at line 325 of file LossFunction.cxx.
      
  | 
  inlinevirtual | 
Implements TMVA::LossFunction.
Definition at line 208 of file LossFunction.h.
      
  | 
  inlinevirtual | 
Implements TMVA::LossFunction.
Definition at line 207 of file LossFunction.h.