Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Private Attributes | |
Float_t | fAlpha |
Lagrange multiplier. | |
Float_t | fAlpha_p |
Lagrange multiplier. | |
const Float_t | fCweight |
svm cost weight | |
std::vector< Float_t > | fDataVector |
Float_t | fErrorCache |
optimization parameter | |
Int_t | fIdx |
index flag | |
Int_t | fIsShrinked |
shrinking flag, see documentation | |
Float_t * | fLine |
pointer to column of kernel matrix | |
UInt_t | fNs |
documentation | |
UInt_t | fNVar |
number of variables | |
const Float_t | fTarget |
regression target | |
const Int_t | fTypeFlag |
is sig or bkg - svm requieres 1 for sig and -1 for bkg | |
#include <TMVA/SVEvent.h>
TMVA::SVEvent::SVEvent | ( | ) |
Definition at line 43 of file SVEvent.cxx.
constructor
Definition at line 62 of file SVEvent.cxx.
TMVA::SVEvent::SVEvent | ( | const std::vector< Float_t > * | svector, |
Float_t | alpha, | ||
Int_t | typeFlag, | ||
UInt_t | ns ) |
constructor
Definition at line 81 of file SVEvent.cxx.
TMVA::SVEvent::SVEvent | ( | const std::vector< Float_t > * | svector, |
Float_t | alpha, | ||
Float_t | alpha_p, | ||
Int_t | typeFlag ) |
constructor
Definition at line 100 of file SVEvent.cxx.
|
virtual |
destructor
Definition at line 119 of file SVEvent.cxx.
|
inline |
void TMVA::SVEvent::Print | ( | std::ostream & | os | ) | const |
printout
Definition at line 130 of file SVEvent.cxx.
void TMVA::SVEvent::PrintData | ( | ) |
printout
Definition at line 140 of file SVEvent.cxx.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |