![]() |
ROOT
6.06/08
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>
Collaboration diagram for TMVA::LDA:Probability value using Gaussian approximation.
Definition at line 216 of file LDA.cxx.
Referenced by GetLogLikelihood(), and GetProb().
Signal probability with Gaussian approximation.
Definition at line 244 of file LDA.cxx.
Referenced by TMVA::MethodKNN::getLDAValue().
Create LDA matrix using local events found by knn method.
Definition at line 73 of file LDA.cxx.
Referenced by TMVA::MethodKNN::getLDAValue().
|
inlineprivate |
Definition at line 69 of file LDA.h.
Referenced by Initialize().
|
private |
Definition at line 80 of file LDA.h.
Referenced by Initialize().
Definition at line 79 of file LDA.h.
Referenced by GetLogLikelihood(), GetProb(), and Initialize().
|
mutableprivate |
Definition at line 76 of file LDA.h.
Referenced by FSub(), and Initialize().
|
private |
Definition at line 75 of file LDA.h.
Referenced by FSub(), and Initialize().
|
private |
Definition at line 77 of file LDA.h.
Referenced by FSub(), and Initialize().
|
private |
Definition at line 78 of file LDA.h.
Referenced by FSub(), and Initialize().
|
private |
Definition at line 74 of file LDA.h.
Referenced by Initialize().