28#ifndef ROOT_TMVA_SVEvent
29#define ROOT_TMVA_SVEvent
81 void Print( std::ostream& os )
const;
int Int_t
Signed integer 4 bytes (int).
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int).
bool Bool_t
Boolean (0=false, 1=true) (bool).
float Float_t
Float 4 bytes (float).
#define ClassDef(name, id)
void UpdateErrorCache(Float_t upercache)
Int_t fIsShrinked
shrinking flag, see documentation
void SetIsShrinked(Int_t isshrinked)
std::vector< Float_t > * GetDataVector()
const Float_t fCweight
svm cost weight
void SetLine(Float_t *line)
Float_t GetTarget() const
virtual ~SVEvent()
destructor
Float_t fAlpha
Lagrange multiplier.
const Float_t fTarget
regression target
Float_t fErrorCache
optimization parameter
Float_t GetErrorCache() const
Float_t GetCweight() const
Float_t * GetLine() const
void SetAlpha_p(Float_t alpha)
void Print(std::ostream &os) const
printout
UInt_t fNVar
number of variables
Float_t fAlpha_p
Lagrange multiplier.
std::vector< Float_t > fDataVector
Float_t GetAlpha_p() const
void SetAlpha(Float_t alpha)
const Int_t fTypeFlag
is sig or bkg - svm requieres 1 for sig and -1 for bkg
Int_t GetTypeFlag() const
void SetErrorCache(Float_t err_cache)
Float_t GetDeltaAlpha() const
Float_t * fLine
pointer to column of kernel matrix
create variable transformations