Public Member Functions | |
| SVEvent () | |
| SVEvent (const Event *, Float_t, Bool_t isSignal=kFALSE) | |
| constructor | |
| SVEvent (const std::vector< Float_t > *, Float_t alpha, Int_t typeFlag, UInt_t ns) | |
| constructor | |
| SVEvent (const std::vector< Float_t > *svector, Float_t alpha, Float_t alpha_p, Int_t typeFlag) | |
| constructor | |
| virtual | ~SVEvent () |
| destructor | |
| 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 | |
| void | PrintData () |
| printout | |
| 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. | |
| 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 42 of file SVEvent.cxx.
constructor
Definition at line 61 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 80 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 99 of file SVEvent.cxx.
|
virtual |
destructor
Definition at line 118 of file SVEvent.cxx.
|
static |
|
static |
|
inlinestaticconstexpr |
|
inlinestatic |
|
inline |
|
inlinevirtual |
| void TMVA::SVEvent::Print | ( | std::ostream & | os | ) | const |
printout
Definition at line 129 of file SVEvent.cxx.
| void TMVA::SVEvent::PrintData | ( | ) |
printout
Definition at line 139 of file SVEvent.cxx.
|
inline |
|
inline |
|
virtual |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |