28#ifndef ROOT_TMVA_SVEvent 
   29#define ROOT_TMVA_SVEvent 
   81      void Print( std::ostream& os ) 
const;
 
 
#define ClassDef(name, id)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Event class for Support Vector Machine.
 
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