#include <LossFunctions.h>
Public Member Functions | |
double | calculateQuantile (std::vector< emtf::Event * > &v, double whichQuantile) |
Double_t | fit (std::vector< emtf::Event * > &v) |
Huber () | |
int | id () |
std::string | name () |
Double_t | target (emtf::Event *e) |
~Huber () | |
Public Attributes | |
double | quantile |
double | residual_median |
Definition at line 127 of file LossFunctions.h.
|
inline |
Definition at line 130 of file LossFunctions.h.
|
inline |
Definition at line 131 of file LossFunctions.h.
|
inline |
Definition at line 169 of file LossFunctions.h.
|
inlinevirtual |
Implements L1TLossFunction.
Definition at line 146 of file LossFunctions.h.
|
inlinevirtual |
Implements L1TLossFunction.
Definition at line 167 of file LossFunctions.h.
|
inlinevirtual |
Implements L1TLossFunction.
Definition at line 166 of file LossFunctions.h.
Referenced by VIDSelectorBase.VIDSelectorBase::initialize().
|
inlinevirtual |
Implements L1TLossFunction.
Definition at line 136 of file LossFunctions.h.
double Huber::quantile |
Definition at line 133 of file LossFunctions.h.
double Huber::residual_median |
Definition at line 134 of file LossFunctions.h.