73 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;
78 for (
UInt_t j = 0; j <=i; j++) {
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
Basic types used by ROOT and required by TInterpreter.
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int).
float Float_t
Float 4 bytes (float).
ostringstream derivative to redirect and format output
Kernel for Support Vector Machine.
Float_t GetElement(UInt_t i, UInt_t j)
returns an element of the kernel matrix
SVKernelMatrix()
constructor
MsgLogger * fLogger
! message logger
~SVKernelMatrix()
destructor
Float_t * GetLine(UInt_t)
returns a row of the kernel matrix
Float_t ** fSVKernelMatrix
kernel matrix
SVKernelFunction * fKernelFunction
kernel function
MsgLogger & Endl(MsgLogger &ml)