81 int32_t num_virtual_data, int32_t num_classes,
float64_t reg_const);
111 void get_indices2( int32_t *index, int32_t *c, int32_t i );
138 virtual const char*
get_name()
const {
return "GMNPLib"; }
float64_t * virt_columns[3]
class GMNPLib Library of solvers for Generalized Minimal Norm Problem (GMNP).
float64_t ** kernel_columns
float64_t * get_col(int32_t a, int32_t b)
void get_indices2(int32_t *index, int32_t *c, int32_t i)
float64_t kernel_fce(int32_t a, int32_t b)
Class SGObject is the base class of all shogun objects.
int8_t gmnp_imdm(float64_t *vector_c, int32_t dim, int32_t tmax, float64_t tolabs, float64_t tolrel, float64_t th, float64_t *alpha, int32_t *ptr_t, float64_t **ptr_History, int32_t verb)
all of classes and functions are contained in the shogun namespace
float64_t * get_kernel_col(int32_t a)
virtual const char * get_name() const