|
| HuberLossFunctionBDT () |
|
| HuberLossFunctionBDT (Double_t quantile) |
|
| ~HuberLossFunctionBDT () |
|
Double_t | Fit (std::vector< LossFunctionEventInfo > &evs) |
| huber 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) |
| huber 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) |
| huber BDT, set the targets for a collection of events More...
|
|
Double_t | Target (LossFunctionEventInfo &e) |
| huber BDT, set the target for a single event More...
|
|
| LossFunctionBDT () |
|
virtual | ~LossFunctionBDT () |
|
virtual Double_t | Fit (std::vector< LossFunctionEventInfo > &evs)=0 |
|
virtual void | Init (std::map< const TMVA::Event *, LossFunctionEventInfo > &evinfomap, std::vector< double > &boostWeights)=0 |
|
virtual void | SetTargets (std::vector< const TMVA::Event * > &evs, std::map< const TMVA::Event *, LossFunctionEventInfo > &evinfomap)=0 |
|
virtual Double_t | Target (LossFunctionEventInfo &e)=0 |
|
| 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 |
|
| HuberLossFunction () |
| huber constructor More...
|
|
| HuberLossFunction (Double_t quantile) |
|
| ~HuberLossFunction () |
| huber destructor More...
|
|
Double_t | CalculateLoss (LossFunctionEventInfo &e) |
| huber, determine the loss for a single event More...
|
|
Double_t | CalculateMeanLoss (std::vector< LossFunctionEventInfo > &evs) |
| huber, determine the mean loss for a collection of events More...
|
|
Double_t | CalculateNetLoss (std::vector< LossFunctionEventInfo > &evs) |
| huber, determine the net loss for a collection of events More...
|
|
Double_t | CalculateQuantile (std::vector< LossFunctionEventInfo > &evs, Double_t whichQuantile, Double_t sumOfWeights, bool abs) |
| huber, determine the quantile for a given input More...
|
|
Double_t | CalculateSumOfWeights (const std::vector< LossFunctionEventInfo > &evs) |
| huber, calculate the sum of weights for the events in the vector More...
|
|
Int_t | Id () |
|
void | Init (std::vector< LossFunctionEventInfo > &evs) |
| figure out the residual that determines the separation between the "core" and the "tails" of the residuals distribution More...
|
|
TString | Name () |
|
void | SetSumOfWeights (std::vector< LossFunctionEventInfo > &evs) |
| huber, set the sum of weights given a collection of events More...
|
|
void | SetTransitionPoint (std::vector< LossFunctionEventInfo > &evs) |
| huber, determine the transition point using the values for fQuantile and fSumOfWeights which presumably have already been set More...
|
|