Definition at line 44 of file LDA.h.
 
#include <TMVA/LDA.h>
◆ LDA()
      
        
          | TMVA::LDA::LDA  | 
          ( | 
          Float_t  | 
          tolerence = 1.0e-5,  | 
        
        
           | 
           | 
          Bool_t  | 
          debug = false  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
constructor 
Definition at line 45 of file LDA.cxx.
 
 
◆ ~LDA()
destructor 
Definition at line 58 of file LDA.cxx.
 
 
◆ FSub()
Probability value using Gaussian approximation. 
Definition at line 209 of file LDA.cxx.
 
 
◆ GetLogLikelihood()
Log likelihood function with Gaussian approximation. 
Definition at line 250 of file LDA.cxx.
 
 
◆ GetProb()
Signal probability with Gaussian approximation. 
Definition at line 237 of file LDA.cxx.
 
 
◆ Initialize()
      
        
          | void TMVA::LDA::Initialize  | 
          ( | 
          const LDAEvents &  | 
          inputSignal,  | 
        
        
           | 
           | 
          const LDAEvents &  | 
          inputBackground  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Create LDA matrix using local events found by knn method. 
Definition at line 66 of file LDA.cxx.
 
 
◆ Log()
Definition at line 65 of file LDA.h.
 
 
◆ fDebug
documentation! 
Definition at line 76 of file LDA.h.
 
 
◆ fEventFraction
documentation! 
Definition at line 75 of file LDA.h.
 
 
◆ fLogger
message logging service 
Definition at line 78 of file LDA.h.
 
 
◆ fMu
documentation! 
Definition at line 72 of file LDA.h.
 
 
◆ fNumParams
documentation! 
Definition at line 71 of file LDA.h.
 
 
◆ fSigma
documentation! 
Definition at line 73 of file LDA.h.
 
 
◆ fSigmaInverse
documentation! 
Definition at line 74 of file LDA.h.
 
 
◆ fTolerence
documentation! 
Definition at line 70 of file LDA.h.
 
 
The documentation for this class was generated from the following files: