apply(CFeatures *data=NULL) | CMachine | virtual |
apply_binary(CFeatures *data=NULL) | CKernelMachine | virtual |
apply_get_outputs(CFeatures *data) | CKernelMachine | protected |
apply_helper(void *p) | CKernelMachine | static |
apply_latent(CFeatures *data=NULL) | CMachine | virtual |
apply_locked(SGVector< index_t > indices) | CMachine | virtual |
apply_locked_binary(SGVector< index_t > indices) | CKernelMachine | virtual |
apply_locked_get_output(SGVector< index_t > indices) | CKernelMachine | virtual |
apply_locked_latent(SGVector< index_t > indices) | CMachine | virtual |
apply_locked_multiclass(SGVector< index_t > indices) | CMachine | virtual |
apply_locked_regression(SGVector< index_t > indices) | CKernelMachine | virtual |
apply_locked_structured(SGVector< index_t > indices) | CMachine | virtual |
apply_multiclass(CFeatures *data=NULL) | CMachine | virtual |
apply_one(int32_t num) | CKernelMachine | virtual |
apply_regression(CFeatures *data=NULL) | CKernelMachine | virtual |
apply_structured(CFeatures *data=NULL) | CMachine | virtual |
beta_local | CMKL | protected |
build_gradient_parameter_dictionary(CMap< TParameter *, CSGObject * > *dict) | CSGObject | |
C1 | CSVM | protected |
C2 | CSVM | protected |
C_mkl | CMKL | protected |
callback | CSVM | protected |
check_glp_status(glp_prob *lp) | CMKL | protected |
CKernelMachine() | CKernelMachine | |
CKernelMachine(CKernel *k, const SGVector< float64_t > alphas, const SGVector< int32_t > svs, float64_t b) | CKernelMachine | |
CKernelMachine(CKernelMachine *machine) | CKernelMachine | |
cleanup_cplex() | CMKL | protected |
cleanup_glpk() | CMKL | protected |
clone() | CSGObject | virtual |
CMachine() | CMachine | |
CMKL(CSVM *s=NULL) | CMKL | |
CMKLClassification(CSVM *s=NULL) | CMKLClassification | |
compute_elasticnet_dual_objective() | CMKL | |
compute_mkl_dual_objective() | CMKL | virtual |
compute_mkl_primal_objective() | CMKL | |
compute_optimal_betas_block_norm(float64_t *beta, const float64_t *old_beta, const int32_t num_kernels, const float64_t *sumw, const float64_t suma, const float64_t mkl_objective) | CMKL | protected |
compute_optimal_betas_directly(float64_t *beta, const float64_t *old_beta, const int32_t num_kernels, const float64_t *sumw, const float64_t suma, const float64_t mkl_objective) | CMKL | protected |
compute_optimal_betas_elasticnet(float64_t *beta, const float64_t *old_beta, const int32_t num_kernels, const float64_t *sumw, const float64_t suma, const float64_t mkl_objective) | CMKL | protected |
compute_optimal_betas_newton(float64_t *beta, const float64_t *old_beta, int32_t num_kernels, const float64_t *sumw, float64_t suma, float64_t mkl_objective) | CMKL | protected |
compute_optimal_betas_via_cplex(float64_t *beta, const float64_t *old_beta, int32_t num_kernels, const float64_t *sumw, float64_t suma, int32_t &inner_iters) | CMKL | protected |
compute_optimal_betas_via_glpk(float64_t *beta, const float64_t *old_beta, int num_kernels, const float64_t *sumw, float64_t suma, int32_t &inner_iters) | CMKL | protected |
compute_sum_alpha() | CMKLClassification | virtual |
compute_sum_beta(float64_t *sumw) | CMKL | virtual |
compute_svm_dual_objective() | CSVM | |
compute_svm_primal_objective() | CSVM | |
converged() | CMKL | protectedvirtual |
create_new_model(int32_t num) | CKernelMachine | |
CSGObject() | CSGObject | |
CSGObject(const CSGObject &orig) | CSGObject | |
CSVM(int32_t num_sv=0) | CSVM | |
CSVM(float64_t C, CKernel *k, CLabels *lab) | CSVM | |
data_lock(CLabels *labs, CFeatures *features=NULL) | CKernelMachine | virtual |
data_unlock() | CKernelMachine | virtual |
deep_copy() const | CSGObject | virtual |
elasticnet_dual(float64_t *ff, float64_t *gg, float64_t *hh, const float64_t &del, const float64_t *nm, int32_t len, const float64_t &lambda) | CMKL | protected |
elasticnet_transform(float64_t *beta, float64_t lmd, int32_t len) | CMKL | protected |
ent_lambda | CMKL | protected |
env | CMKL | protected |
epsilon | CSVM | protected |
equals(CSGObject *other, float64_t accuracy=0.0, bool tolerant=false) | CSGObject | virtual |
get_alpha(int32_t idx) | CKernelMachine | |
get_alphas() | CKernelMachine | |
get_batch_computation_enabled() | CKernelMachine | |
get_bias() | CKernelMachine | |
get_bias_enabled() | CKernelMachine | |
get_C1() | CSVM | |
get_C2() | CSVM | |
get_classifier_type() | CMKLClassification | protectedvirtual |
get_epsilon() | CSVM | |
get_global_io() | CSGObject | |
get_global_parallel() | CSGObject | |
get_global_version() | CSGObject | |
get_interleaved_optimization_enabled() | CMKL | |
get_kernel() | CKernelMachine | |
get_labels() | CMachine | virtual |
get_linadd_enabled() | CKernelMachine | |
get_linear_term() | CSVM | virtual |
get_linear_term_array() | CSVM | protectedvirtual |
get_machine_problem_type() const | CMachine | virtual |
get_max_train_time() | CMachine | |
get_mkl_epsilon() | CMKL | |
get_mkl_iterations() | CMKL | |
get_modelsel_names() | CSGObject | |
get_modsel_param_descr(const char *param_name) | CSGObject | |
get_modsel_param_index(const char *param_name) | CSGObject | |
get_name() const | CMKLClassification | virtual |
get_nu() | CSVM | |
get_num_support_vectors() | CKernelMachine | |
get_objective() | CSVM | |
get_qpsize() | CSVM | |
get_shrinking_enabled() | CSVM | |
get_solver_type() | CMachine | |
get_support_vector(int32_t idx) | CKernelMachine | |
get_support_vectors() | CKernelMachine | |
get_svm() | CMKL | |
get_tube_epsilon() | CSVM | |
init_cplex() | CMKL | protected |
init_glpk() | CMKL | protected |
init_kernel_optimization() | CKernelMachine | |
init_solver() | CMKL | protected |
init_training() | CMKLClassification | protectedvirtual |
interleaved_optimization | CMKL | protected |
io | CSGObject | |
is_data_locked() const | CMachine | |
is_generic(EPrimitiveType *generic) const | CSGObject | virtual |
is_label_valid(CLabels *lab) const | CMachine | protectedvirtual |
kernel | CKernelMachine | protected |
load(FILE *svm_file) | CSVM | |
load_serializable(CSerializableFile *file, const char *prefix="") | CSGObject | virtual |
load_serializable_post() | CSGObject | protectedvirtual |
load_serializable_pre() | CSGObject | protectedvirtual |
lp_cplex | CMKL | protected |
lp_glpk | CMKL | protected |
lp_glpk_parm | CMKL | protected |
lp_initialized | CMKL | protected |
m_alpha | CKernelMachine | protected |
m_bias | CKernelMachine | protected |
m_custom_kernel | CKernelMachine | protected |
m_data_locked | CMachine | protected |
m_gradient_parameters | CSGObject | |
m_hash | CSGObject | |
m_kernel_backup | CKernelMachine | protected |
m_labels | CMachine | protected |
m_linear_term | CSVM | protected |
m_max_train_time | CMachine | protected |
m_model_selection_parameters | CSGObject | |
m_parameters | CSGObject | |
m_solver_type | CMachine | protected |
m_store_model_features | CMachine | protected |
m_svs | CKernelMachine | protected |
MACHINE_PROBLEM_TYPE(PT_BINARY) | CSVM | |
mkl | CSVM | protected |
mkl_block_norm | CMKL | protected |
mkl_epsilon | CMKL | protected |
mkl_iterations | CMKL | protected |
mkl_norm | CMKL | protected |
nu | CSVM | protected |
objective | CSVM | protected |
parallel | CSGObject | |
parameter_hash_changed() | CSGObject | virtual |
perform_mkl_step(const float64_t *sumw, float64_t suma) | CMKL | virtual |
perform_mkl_step(float64_t *beta, float64_t *old_beta, int num_kernels, int32_t *label, int32_t *active2dnum, float64_t *a, float64_t *lin, float64_t *sumw, int32_t &inner_iters) | CMKL | protected |
perform_mkl_step_helper(CMKL *mkl, const float64_t *sumw, const float64_t suma) | CMKL | static |
post_lock(CLabels *labs, CFeatures *features) | CMachine | virtual |
print_modsel_params() | CSGObject | |
print_serializable(const char *prefix="") | CSGObject | virtual |
qpsize | CSVM | protected |
rho | CMKL | protected |
save(FILE *svm_file) | CSVM | |
save_serializable(CSerializableFile *file, const char *prefix="") | CSGObject | virtual |
save_serializable_post() | CSGObject | protectedvirtual |
save_serializable_pre() | CSGObject | protectedvirtual |
set_alpha(int32_t idx, float64_t val) | CKernelMachine | |
set_alphas(SGVector< float64_t > alphas) | CKernelMachine | |
set_batch_computation_enabled(bool enable) | CKernelMachine | |
set_bias(float64_t bias) | CKernelMachine | |
set_bias_enabled(bool enable_bias) | CKernelMachine | |
set_C(float64_t c_neg, float64_t c_pos) | CSVM | |
set_C_mkl(float64_t C) | CMKL | |
set_callback_function(CMKL *m, bool(*cb)(CMKL *mkl, const float64_t *sumw, const float64_t suma)) | CSVM | |
set_constraint_generator(CSVM *s) | CMKL | |
set_defaults(int32_t num_sv=0) | CSVM | |
set_elasticnet_lambda(float64_t elasticnet_lambda) | CMKL | |
set_epsilon(float64_t eps) | CSVM | |
set_generic() | CSGObject | |
set_generic() | CSGObject | |
set_generic() | CSGObject | |
set_generic() | CSGObject | |
set_generic() | CSGObject | |
set_generic() | CSGObject | |
set_generic() | CSGObject | |
set_generic() | CSGObject | |
set_generic() | CSGObject | |
set_generic() | CSGObject | |
set_generic() | CSGObject | |
set_generic() | CSGObject | |
set_generic() | CSGObject | |
set_generic() | CSGObject | |
set_generic() | CSGObject | |
set_generic() | CSGObject | |
set_global_io(SGIO *io) | CSGObject | |
set_global_parallel(Parallel *parallel) | CSGObject | |
set_global_version(Version *version) | CSGObject | |
set_interleaved_optimization_enabled(bool enable) | CMKL | |
set_kernel(CKernel *k) | CKernelMachine | |
set_labels(CLabels *lab) | CMachine | virtual |
set_linadd_enabled(bool enable) | CKernelMachine | |
set_linear_term(const SGVector< float64_t > linear_term) | CSVM | virtual |
set_max_train_time(float64_t t) | CMachine | |
set_mkl_block_norm(float64_t q) | CMKL | |
set_mkl_epsilon(float64_t eps) | CMKL | |
set_mkl_norm(float64_t norm) | CMKL | |
set_nu(float64_t nue) | CSVM | |
set_objective(float64_t v) | CSVM | |
set_qnorm_constraints(float64_t *beta, int32_t num_kernels) | CMKL | protected |
set_qpsize(int32_t qps) | CSVM | |
set_shrinking_enabled(bool enable) | CSVM | |
set_solver_type(ESolverType st) | CMachine | |
set_store_model_features(bool store_model) | CMachine | virtual |
set_support_vector(int32_t idx, int32_t val) | CKernelMachine | |
set_support_vectors(SGVector< int32_t > svs) | CKernelMachine | |
set_svm(CSVM *s) | CMKL | |
set_tube_epsilon(float64_t eps) | CSVM | |
shallow_copy() const | CSGObject | virtual |
store_model_features() | CKernelMachine | protectedvirtual |
supports_locking() const | CKernelMachine | virtual |
svm | CMKL | protected |
svm_loaded | CSVM | protected |
train(CFeatures *data=NULL) | CMachine | virtual |
train_locked(SGVector< index_t > indices) | CKernelMachine | virtual |
train_machine(CFeatures *data=NULL) | CMKL | protectedvirtual |
train_require_labels() const | CMachine | protectedvirtual |
training_time_clock | CMKL | protected |
tube_epsilon | CSVM | protected |
unset_generic() | CSGObject | |
update_parameter_hash() | CSGObject | virtual |
use_batch_computation | CKernelMachine | protected |
use_bias | CKernelMachine | protected |
use_linadd | CKernelMachine | protected |
use_shrinking | CSVM | protected |
version | CSGObject | |
W | CMKL | protected |
w_gap | CMKL | protected |
~CKernelMachine() | CKernelMachine | virtual |
~CMachine() | CMachine | virtual |
~CMKL() | CMKL | virtual |
~CMKLClassification() | CMKLClassification | virtual |
~CSGObject() | CSGObject | virtual |
~CSVM() | CSVM | virtual |