Public Member Functions | Private Attributes | List of all members
SVC_Q Class Reference
Inheritance diagram for SVC_Q:
Inheritance graph
[legend]

Public Member Functions

Qfloatget_Q (int i, int len) const
 
double * get_QD () const
 
 SVC_Q (const svm_problem &prob, const svm_parameter &param, const schar *y_)
 
void swap_index (int i, int j) const
 
 ~SVC_Q ()
 
- Public Member Functions inherited from Kernel
 Kernel (int l, svm_node *const *x, const svm_parameter &param)
 
virtual ~Kernel ()
 
- Public Member Functions inherited from QMatrix
virtual ~QMatrix ()
 

Private Attributes

Cachecache
 
double * QD
 
schary
 

Additional Inherited Members

- Static Public Member Functions inherited from Kernel
static double k_function (const svm_node *x, const svm_node *y, const svm_parameter &param)
 
- Protected Attributes inherited from Kernel
double(Kernel::* kernel_function )(int i, int j) const
 

Detailed Description

Definition at line 1290 of file svm.cpp.

Constructor & Destructor Documentation

SVC_Q::SVC_Q ( const svm_problem prob,
const svm_parameter param,
const schar y_ 
)
inline

Definition at line 1293 of file svm.cpp.

SVC_Q::~SVC_Q ( )
inline

Definition at line 1328 of file svm.cpp.

Member Function Documentation

Qfloat* SVC_Q::get_Q ( int  i,
int  len 
) const
inlinevirtual

Implements Kernel.

Definition at line 1303 of file svm.cpp.

double* SVC_Q::get_QD ( ) const
inlinevirtual

Implements Kernel.

Definition at line 1315 of file svm.cpp.

void SVC_Q::swap_index ( int  i,
int  j 
) const
inlinevirtual

Reimplemented from Kernel.

Definition at line 1320 of file svm.cpp.

Member Data Documentation

Cache* SVC_Q::cache
private

Definition at line 1336 of file svm.cpp.

double* SVC_Q::QD
private

Definition at line 1337 of file svm.cpp.

schar* SVC_Q::y
private

Definition at line 1335 of file svm.cpp.


The documentation for this class was generated from the following file:


ml_classifiers
Author(s): Scott Niekum , Joshua Whitley
autogenerated on Sun Dec 15 2019 03:53:50