ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
LDA (Float_t tolerence=1.0e-5, Bool_t debug=false) | |
constructor More... | |
~LDA () | |
destructor More... | |
Float_t | GetProb (const std::vector< Float_t > &x, Int_t k) |
Signal probability with Gaussian approximation. More... | |
Float_t | GetLogLikelihood (const std::vector< Float_t > &x, Int_t k) |
Log likelihood function with Gaussian approximation. More... | |
void | Initialize (const LDAEvents &inputSignal, const LDAEvents &inputBackground) |
Create LDA matrix using local events found by knn method. More... | |
Private Member Functions | |
Float_t | FSub (const std::vector< Float_t > &x, Int_t k) |
Probability value using Gaussian approximation. More... | |
MsgLogger & | Log () const |
Private Attributes | |
Float_t | fTolerence |
UInt_t | fNumParams |
std::map< Int_t, std::vector< Float_t > > | fMu |
TMatrixF * | fSigma |
TMatrixF * | fSigmaInverse |
std::map< Int_t, Float_t > | fEventFraction |
Bool_t | fDebug |
MsgLogger * | fLogger |
#include <TMVA/LDA.h>
|
mutableprivate |