SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | Public Member Functions | Public Attributes
CMKL::Self Class Reference

Detailed Description

Definition at line 31 of file MKL.cpp.

Public Member Functions

void init ()
 
bool init_cplex ()
 
void set_qnorm_constraints (float64_t *beta, int32_t num_kernels)
 
bool cleanup_cplex (bool &lp_init)
 
bool init_glpk ()
 
bool cleanup_glpk (bool &lp_init)
 
bool check_glp_status ()
 

Public Attributes

CPXENVptr env
 
CPXLPptr lp_cplex
 
glp_prob * lp_glpk
 
glp_smcp * lp_glpk_parm
 

Member Function Documentation

bool check_glp_status ( )

Definition at line 218 of file MKL.cpp.

bool cleanup_cplex ( bool &  lp_init)

cleanup cplex

Returns
if cleanup was successful

Definition at line 153 of file MKL.cpp.

bool cleanup_glpk ( bool &  lp_init)

Definition at line 208 of file MKL.cpp.

void init ( )

Definition at line 34 of file MKL.cpp.

bool init_cplex ( )

init cplex

Returns
if init was successful

Definition at line 51 of file MKL.cpp.

bool init_glpk ( )

Definition at line 194 of file MKL.cpp.

void set_qnorm_constraints ( float64_t beta,
int32_t  num_kernels 
)

set qnorm mkl constraints

Definition at line 100 of file MKL.cpp.

Member Data Documentation

CPXENVptr env

env

Definition at line 188 of file MKL.cpp.

CPXLPptr lp_cplex

lp

Definition at line 190 of file MKL.cpp.

glp_prob* lp_glpk

lp

Definition at line 236 of file MKL.cpp.

glp_smcp* lp_glpk_parm

lp parameters

Definition at line 239 of file MKL.cpp.


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

SHOGUN Machine Learning Toolbox - Documentation