Public Member Functions | |
SVEvent () | |
SVEvent (const Event *, Float_t, Bool_t isSignal=kFALSE) | |
constructor More... | |
SVEvent (const std::vector< Float_t > *, Float_t alpha, Int_t typeFlag, UInt_t ns) | |
constructor More... | |
SVEvent (const std::vector< Float_t > *svector, Float_t alpha, Float_t alpha_p, Int_t typeFlag) | |
constructor More... | |
virtual | ~SVEvent () |
destructor More... | |
Float_t | GetAlpha () const |
Float_t | GetAlpha_p () const |
Float_t | GetCweight () const |
std::vector< Float_t > * | GetDataVector () |
Float_t | GetDeltaAlpha () const |
Float_t | GetErrorCache () const |
Int_t | GetIdx () const |
Float_t * | GetLine () const |
UInt_t | GetNs () const |
Int_t | GetNVar () const |
Float_t | GetTarget () const |
Int_t | GetTypeFlag () const |
virtual TClass * | IsA () const |
Bool_t | IsInI0 () const |
Bool_t | IsInI0a () const |
Bool_t | IsInI0b () const |
Bool_t | IsInI1 () const |
Bool_t | IsInI2 () const |
Bool_t | IsInI3 () const |
void | Print (std::ostream &os) const |
printout More... | |
void | PrintData () |
printout More... | |
void | SetAlpha (Float_t alpha) |
void | SetAlpha_p (Float_t alpha) |
void | SetErrorCache (Float_t err_cache) |
void | SetIdx (Int_t idx) |
void | SetIsShrinked (Int_t isshrinked) |
void | SetLine (Float_t *line) |
void | SetNs (UInt_t ns) |
virtual void | Streamer (TBuffer &) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
void | UpdateErrorCache (Float_t upercache) |
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. More... | |
Float_t | fAlpha_p |
Lagrange multiplier. More... | |
const Float_t | fCweight |
svm cost weight More... | |
std::vector< Float_t > | fDataVector |
Float_t | fErrorCache |
optimization parameter More... | |
Int_t | fIdx |
index flag More... | |
Int_t | fIsShrinked |
shrinking flag, see documentation More... | |
Float_t * | fLine |
pointer to column of kernel matrix More... | |
UInt_t | fNs |
documentation More... | |
UInt_t | fNVar |
number of variables More... | |
const Float_t | fTarget |
regression target More... | |
const Int_t | fTypeFlag |
is sig or bkg - svm requieres 1 for sig and -1 for bkg More... | |
#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.
|
static |
|
inlinestaticconstexpr |
|
inlinestatic |
|
inline |
|
inlinevirtual |
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 |
|
virtual |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |