ROOT 6.12/07 Reference Guide |
Absolute Deviation Loss Function.
Definition at line 236 of file LossFunction.h.
Public Member Functions | |
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 () |
Public Member Functions inherited from TMVA::LossFunction | |
LossFunction () | |
virtual | ~LossFunction () |
#include <TMVA/LossFunction.h>
|
inline |
Definition at line 239 of file LossFunction.h.
|
inline |
Definition at line 240 of file LossFunction.h.
|
virtual |
absolute deviation, determine the loss for a single event
Implements TMVA::LossFunction.
Definition at line 437 of file LossFunction.cxx.
|
virtual |
absolute deviation, determine the mean loss for a collection of events
Implements TMVA::LossFunction.
Definition at line 456 of file LossFunction.cxx.
|
virtual |
absolute deviation, determine the net loss for a collection of events
Implements TMVA::LossFunction.
Definition at line 445 of file LossFunction.cxx.
|
inlinevirtual |
Implements TMVA::LossFunction.
Definition at line 249 of file LossFunction.h.
|
inlinevirtual |
Implements TMVA::LossFunction.
Definition at line 248 of file LossFunction.h.