61    : 
fSize(inputVectors->size()),
    69       Log() << 
kFATAL << 
"Input data too large. Not enough memory to allocate memory for Support Vector Kernel Matrix. Please reduce the number of input events or use a different method."<<
Endl;
    74       for (
UInt_t j = 0; j <=i; j++) {
 
MsgLogger & Endl(MsgLogger &ml)
 
Float_t * GetLine(UInt_t)
returns a row of the kernel matrix 
 
SVKernelFunction * fKernelFunction
 
Float_t ** fSVKernelMatrix
 
MsgLogger & Log() const
message logger 
 
Float_t GetElement(UInt_t i, UInt_t j)
returns an element of the kernel matrix 
 
~SVKernelMatrix()
destructor 
 
SVKernelMatrix()
constructor 
 
Float_t Evaluate(SVEvent *ev1, SVEvent *ev2)