Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | List of all members
TMVA::LeastSquaresLossFunction Class Reference

Least Squares Loss Function.

Definition at line 221 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 ()
 

Additional Inherited Members

- Protected Member Functions inherited from TMVA::LossFunction
UInt_t GetNumThreadsInPool ()
 
- Protected Attributes inherited from TMVA::LossFunction
UInt_t fNumPoolThreads = 1
 

#include <TMVA/LossFunction.h>

Inheritance diagram for TMVA::LeastSquaresLossFunction:
[legend]

Constructor & Destructor Documentation

◆ LeastSquaresLossFunction()

TMVA::LeastSquaresLossFunction::LeastSquaresLossFunction ( )
inline

Definition at line 224 of file LossFunction.h.

◆ ~LeastSquaresLossFunction()

TMVA::LeastSquaresLossFunction::~LeastSquaresLossFunction ( )
inline

Definition at line 225 of file LossFunction.h.

Member Function Documentation

◆ CalculateLoss()

Double_t TMVA::LeastSquaresLossFunction::CalculateLoss ( LossFunctionEventInfo e)
virtual

least squares , determine the loss for a single event

Implements TMVA::LossFunction.

Definition at line 398 of file LossFunction.cxx.

◆ CalculateMeanLoss()

Double_t TMVA::LeastSquaresLossFunction::CalculateMeanLoss ( std::vector< LossFunctionEventInfo > &  evs)
virtual

least squares , determine the mean loss for a collection of events

Implements TMVA::LossFunction.

Definition at line 420 of file LossFunction.cxx.

◆ CalculateNetLoss()

Double_t TMVA::LeastSquaresLossFunction::CalculateNetLoss ( std::vector< LossFunctionEventInfo > &  evs)
virtual

least squares , determine the net loss for a collection of events

Implements TMVA::LossFunction.

Definition at line 408 of file LossFunction.cxx.

◆ Id()

Int_t TMVA::LeastSquaresLossFunction::Id ( )
inlinevirtual

Implements TMVA::LossFunction.

Definition at line 234 of file LossFunction.h.

◆ Name()

TString TMVA::LeastSquaresLossFunction::Name ( )
inlinevirtual

Implements TMVA::LossFunction.

Definition at line 233 of file LossFunction.h.

Libraries for TMVA::LeastSquaresLossFunction:
[legend]

The documentation for this class was generated from the following files: