Event class for Support Vector Machine.
Definition at line 40 of file SVEvent.h.
#include <TMVA/SVEvent.h>
◆ SVEvent() [1/4]
TMVA::SVEvent::SVEvent |
( |
| ) |
|
◆ SVEvent() [2/4]
◆ SVEvent() [3/4]
◆ SVEvent() [4/4]
◆ ~SVEvent()
TMVA::SVEvent::~SVEvent |
( |
| ) |
|
|
virtual |
◆ Class()
static TClass * TMVA::SVEvent::Class |
( |
| ) |
|
|
static |
- Returns
- TClass describing this class
◆ Class_Name()
static const char * TMVA::SVEvent::Class_Name |
( |
| ) |
|
|
static |
- Returns
- Name of this class
◆ Class_Version()
static constexpr Version_t TMVA::SVEvent::Class_Version |
( |
| ) |
|
|
inlinestaticconstexpr |
- Returns
- Version of this class
Definition at line 99 of file SVEvent.h.
◆ DeclFileName()
static const char * TMVA::SVEvent::DeclFileName |
( |
| ) |
|
|
inlinestatic |
- Returns
- Name of the file containing the class declaration
Definition at line 99 of file SVEvent.h.
◆ GetAlpha()
Float_t TMVA::SVEvent::GetAlpha |
( |
| ) |
const |
|
inline |
◆ GetAlpha_p()
Float_t TMVA::SVEvent::GetAlpha_p |
( |
| ) |
const |
|
inline |
◆ GetCweight()
Float_t TMVA::SVEvent::GetCweight |
( |
| ) |
const |
|
inline |
◆ GetDataVector()
std::vector< Float_t > * TMVA::SVEvent::GetDataVector |
( |
| ) |
|
|
inline |
◆ GetDeltaAlpha()
Float_t TMVA::SVEvent::GetDeltaAlpha |
( |
| ) |
const |
|
inline |
◆ GetErrorCache()
Float_t TMVA::SVEvent::GetErrorCache |
( |
| ) |
const |
|
inline |
◆ GetIdx()
Int_t TMVA::SVEvent::GetIdx |
( |
| ) |
const |
|
inline |
◆ GetLine()
Float_t * TMVA::SVEvent::GetLine |
( |
| ) |
const |
|
inline |
◆ GetNs()
UInt_t TMVA::SVEvent::GetNs |
( |
| ) |
const |
|
inline |
◆ GetNVar()
Int_t TMVA::SVEvent::GetNVar |
( |
| ) |
const |
|
inline |
◆ GetTarget()
Float_t TMVA::SVEvent::GetTarget |
( |
| ) |
const |
|
inline |
◆ GetTypeFlag()
Int_t TMVA::SVEvent::GetTypeFlag |
( |
| ) |
const |
|
inline |
◆ IsA()
virtual TClass * TMVA::SVEvent::IsA |
( |
| ) |
const |
|
inlinevirtual |
◆ IsInI0()
Bool_t TMVA::SVEvent::IsInI0 |
( |
| ) |
const |
|
inline |
◆ IsInI0a()
Bool_t TMVA::SVEvent::IsInI0a |
( |
| ) |
const |
|
inline |
◆ IsInI0b()
Bool_t TMVA::SVEvent::IsInI0b |
( |
| ) |
const |
|
inline |
◆ IsInI1()
Bool_t TMVA::SVEvent::IsInI1 |
( |
| ) |
const |
|
inline |
◆ IsInI2()
Bool_t TMVA::SVEvent::IsInI2 |
( |
| ) |
const |
|
inline |
◆ IsInI3()
Bool_t TMVA::SVEvent::IsInI3 |
( |
| ) |
const |
|
inline |
◆ Print()
void TMVA::SVEvent::Print |
( |
std::ostream & |
os | ) |
const |
◆ PrintData()
void TMVA::SVEvent::PrintData |
( |
| ) |
|
◆ SetAlpha()
void TMVA::SVEvent::SetAlpha |
( |
Float_t |
alpha | ) |
|
|
inline |
◆ SetAlpha_p()
void TMVA::SVEvent::SetAlpha_p |
( |
Float_t |
alpha | ) |
|
|
inline |
◆ SetErrorCache()
void TMVA::SVEvent::SetErrorCache |
( |
Float_t |
err_cache | ) |
|
|
inline |
◆ SetIdx()
void TMVA::SVEvent::SetIdx |
( |
Int_t |
idx | ) |
|
|
inline |
◆ SetIsShrinked()
void TMVA::SVEvent::SetIsShrinked |
( |
Int_t |
isshrinked | ) |
|
|
inline |
◆ SetLine()
void TMVA::SVEvent::SetLine |
( |
Float_t * |
line | ) |
|
|
inline |
◆ SetNs()
void TMVA::SVEvent::SetNs |
( |
UInt_t |
ns | ) |
|
|
inline |
◆ Streamer()
virtual void TMVA::SVEvent::Streamer |
( |
TBuffer & |
| ) |
|
|
virtual |
◆ StreamerNVirtual()
void TMVA::SVEvent::StreamerNVirtual |
( |
TBuffer & |
ClassDef_StreamerNVirtual_b | ) |
|
|
inline |
◆ UpdateErrorCache()
void TMVA::SVEvent::UpdateErrorCache |
( |
Float_t |
upercache | ) |
|
|
inline |
◆ fAlpha
Lagrange multiplier.
Definition at line 88 of file SVEvent.h.
◆ fAlpha_p
Lagrange multiplier.
Definition at line 89 of file SVEvent.h.
◆ fCweight
const Float_t TMVA::SVEvent::fCweight |
|
private |
svm cost weight
Definition at line 87 of file SVEvent.h.
◆ fDataVector
std::vector<Float_t> TMVA::SVEvent::fDataVector |
|
private |
◆ fErrorCache
optimization parameter
Definition at line 90 of file SVEvent.h.
◆ fIdx
Int_t TMVA::SVEvent::fIdx |
|
private |
◆ fIsShrinked
Int_t TMVA::SVEvent::fIsShrinked |
|
private |
shrinking flag, see documentation
Definition at line 95 of file SVEvent.h.
◆ fLine
pointer to column of kernel matrix
Definition at line 96 of file SVEvent.h.
◆ fNs
◆ fNVar
number of variables
Definition at line 91 of file SVEvent.h.
◆ fTarget
const Float_t TMVA::SVEvent::fTarget |
|
private |
regression target
Definition at line 97 of file SVEvent.h.
◆ fTypeFlag
const Int_t TMVA::SVEvent::fTypeFlag |
|
private |
is sig or bkg - svm requieres 1 for sig and -1 for bkg
Definition at line 92 of file SVEvent.h.
The documentation for this class was generated from the following files: