Least Squares Loss Function.
Definition at line 200 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 () |
virtual Double_t | CalculateLoss (LossFunctionEventInfo &e)=0 |
virtual Double_t | CalculateMeanLoss (std::vector< LossFunctionEventInfo > &evs)=0 |
virtual Double_t | CalculateNetLoss (std::vector< LossFunctionEventInfo > &evs)=0 |
virtual Int_t | Id ()=0 |
virtual TString | Name ()=0 |
#include <TMVA/LossFunction.h>
|
inline |
Definition at line 203 of file LossFunction.h.
|
inline |
Definition at line 204 of file LossFunction.h.
|
virtual |
least squares , determine the loss for a single event
Implements TMVA::LossFunction.
Definition at line 368 of file LossFunction.cxx.
|
virtual |
least squares , determine the mean loss for a collection of events
Implements TMVA::LossFunction.
Definition at line 390 of file LossFunction.cxx.
|
virtual |
least squares , determine the net loss for a collection of events
Implements TMVA::LossFunction.
Definition at line 378 of file LossFunction.cxx.
|
inlinevirtual |
Implements TMVA::LossFunction.
Definition at line 213 of file LossFunction.h.
|
inlinevirtual |
Implements TMVA::LossFunction.
Definition at line 212 of file LossFunction.h.