58 fLogger( new
MsgLogger(
"ResultsRegression", kINFO) )
66 :
fSize(inputVectors->size()),
74 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;
79 for (
UInt_t j = 0; j <=i; j++) {
Kernel for Support Vector Machine.
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
ostringstream derivative to redirect and format output
SVKernelMatrix()
constructor
Float_t Evaluate(SVEvent *ev1, SVEvent *ev2)