|   | ROOT   6.16/01 Reference Guide | 
| Public Member Functions | |
| LDA (Float_t tolerence=1.0e-5, Bool_t debug=false) | |
| constructor  More... | |
| ~LDA () | |
| destructor  More... | |
| Float_t | GetLogLikelihood (const std::vector< Float_t > &x, Int_t k) | 
| Log likelihood function with Gaussian approximation.  More... | |
| Float_t | GetProb (const std::vector< Float_t > &x, Int_t k) | 
| Signal probability 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 | |
| Bool_t | fDebug | 
| std::map< Int_t, Float_t > | fEventFraction | 
| MsgLogger * | fLogger | 
| std::map< Int_t, std::vector< Float_t > > | fMu | 
| UInt_t | fNumParams | 
| TMatrixF * | fSigma | 
| TMatrixF * | fSigmaInverse | 
| Float_t | fTolerence | 
#include <TMVA/LDA.h>