#include <SVKernelMatrix.h>
Public Member Functions | |
| SVKernelMatrix () | |
| SVKernelMatrix (std::vector< TMVA::SVEvent * > *, SVKernelFunction *) | |
| ~SVKernelMatrix () | |
| Float_t * | GetLine (UInt_t) |
| Float_t * | GetColumn (UInt_t col) |
| Float_t | GetElement (UInt_t i, UInt_t j) |
| SVKernelMatrix () | |
| SVKernelMatrix (std::vector< TMVA::SVEvent * > *, SVKernelFunction *) | |
| ~SVKernelMatrix () | |
| Float_t * | GetLine (UInt_t) |
| Float_t * | GetColumn (UInt_t col) |
| Float_t | GetElement (UInt_t i, UInt_t j) |
Private Member Functions | |
| MsgLogger & | Log () const |
| message logger | |
| MsgLogger & | Log () const |
| message logger | |
Private Attributes | |
| UInt_t | fSize |
| SVKernelFunction * | fKernelFunction |
| Float_t ** | fSVKernelMatrix |
| MsgLogger * | fLogger |
| SVKernelFunction * | fKernelFunction |
| Float_t ** | fSVKernelMatrix |
| MsgLogger * | fLogger |
Definition at line 43 of file SVKernelMatrix.h.
| TMVA::SVKernelMatrix::SVKernelMatrix | ( | ) |
Definition at line 36 of file SVKernelMatrix.cxx.
| TMVA::SVKernelMatrix::SVKernelMatrix | ( | std::vector< TMVA::SVEvent * > * | , | |
| SVKernelFunction * | ||||
| ) |
Definition at line 46 of file SVKernelMatrix.cxx.
References Endl, TMVA::SVKernelFunction::Evaluate(), fKernelFunction, fSize, fSVKernelMatrix, i, j, TMVA::kFATAL, and Log().
| TMVA::SVKernelMatrix::~SVKernelMatrix | ( | ) |
| TMVA::SVKernelMatrix::SVKernelMatrix | ( | ) |
| TMVA::SVKernelMatrix::SVKernelMatrix | ( | std::vector< TMVA::SVEvent * > * | , | |
| SVKernelFunction * | ||||
| ) |
| TMVA::SVKernelMatrix::~SVKernelMatrix | ( | ) |
Definition at line 79 of file SVKernelMatrix.cxx.
References fSize, fSVKernelMatrix, i, and NULL.
Referenced by GetColumn(), and TMVA::SVWorkingSet::SVWorkingSet().
Definition at line 98 of file SVKernelMatrix.cxx.
References fSVKernelMatrix.
Referenced by TMVA::SVWorkingSet::TakeStep(), and TMVA::SVWorkingSet::TakeStepReg().
| MsgLogger& TMVA::SVKernelMatrix::Log | ( | ) | const [inline, private] |
message logger
Definition at line 66 of file SVKernelMatrix.h.
References fLogger.
Referenced by SVKernelMatrix().
| MsgLogger& TMVA::SVKernelMatrix::Log | ( | ) | const [inline, private] |
UInt_t TMVA::SVKernelMatrix::fSize [private] |
Definition at line 61 of file SVKernelMatrix.h.
Referenced by GetLine(), SVKernelMatrix(), and ~SVKernelMatrix().
Float_t** TMVA::SVKernelMatrix::fSVKernelMatrix [private] |
Definition at line 63 of file SVKernelMatrix.h.
Referenced by GetElement(), GetLine(), SVKernelMatrix(), and ~SVKernelMatrix().
MsgLogger* TMVA::SVKernelMatrix::fLogger [mutable, private] |
Definition at line 62 of file SVKernelMatrix.h.
Float_t** TMVA::SVKernelMatrix::fSVKernelMatrix [private] |
Definition at line 63 of file SVKernelMatrix.h.
MsgLogger* TMVA::SVKernelMatrix::fLogger [mutable, private] |
Definition at line 65 of file SVKernelMatrix.h.
1.5.1