![]() |
ROOT
6.06/08
Reference Guide
|
Definition at line 43 of file SVKernelMatrix.h.
Public Member Functions | |
| SVKernelMatrix () | |
| constructor More... | |
| SVKernelMatrix (std::vector< TMVA::SVEvent *> *, SVKernelFunction *) | |
| constructor More... | |
| ~SVKernelMatrix () | |
| destructor More... | |
| Float_t * | GetLine (UInt_t) |
| returns a row of the kernel matrix More... | |
| Float_t * | GetColumn (UInt_t col) |
| Float_t | GetElement (UInt_t i, UInt_t j) |
| returns an element of the kernel matrix More... | |
Private Member Functions | |
| MsgLogger & | Log () const |
| message logger More... | |
Private Attributes | |
| UInt_t | fSize |
| SVKernelFunction * | fKernelFunction |
| Float_t ** | fSVKernelMatrix |
| MsgLogger * | fLogger |
#include <TMVA/SVKernelMatrix.h>
Collaboration diagram for TMVA::SVKernelMatrix:| TMVA::SVKernelMatrix::SVKernelMatrix | ( | ) |
constructor
Definition at line 38 of file SVKernelMatrix.cxx.
| TMVA::SVKernelMatrix::SVKernelMatrix | ( | std::vector< TMVA::SVEvent *> * | inputVectors, |
| SVKernelFunction * | kernelFunction | ||
| ) |
constructor
Definition at line 49 of file SVKernelMatrix.cxx.
| TMVA::SVKernelMatrix::~SVKernelMatrix | ( | ) |
destructor
Definition at line 71 of file SVKernelMatrix.cxx.
Definition at line 56 of file SVKernelMatrix.h.
returns an element of the kernel matrix
Definition at line 103 of file SVKernelMatrix.cxx.
Referenced by GetColumn(), TMVA::SVWorkingSet::TakeStep(), and TMVA::SVWorkingSet::TakeStepReg().
returns a row of the kernel matrix
Definition at line 84 of file SVKernelMatrix.cxx.
Referenced by GetColumn(), and TMVA::SVWorkingSet::SVWorkingSet().
|
inlineprivate |
|
private |
Definition at line 62 of file SVKernelMatrix.h.
Referenced by SVKernelMatrix().
|
mutableprivate |
Definition at line 65 of file SVKernelMatrix.h.
Referenced by Log().
|
private |
Definition at line 61 of file SVKernelMatrix.h.
Referenced by GetLine(), SVKernelMatrix(), and ~SVKernelMatrix().
|
private |
Definition at line 63 of file SVKernelMatrix.h.
Referenced by GetElement(), GetLine(), SVKernelMatrix(), and ~SVKernelMatrix().