, including all inherited members.
| active | CSubGradientSVM | [protected] |
| apply() | CLinearMachine | [virtual] |
| apply(CFeatures *data) | CLinearMachine | [virtual] |
| apply(int32_t vec_idx) | CLinearMachine | [virtual] |
| autoselected_epsilon | CSubGradientSVM | [protected] |
| beta | CSubGradientSVM | [protected] |
| bias | CLinearMachine | [protected] |
| C1 | CSubGradientSVM | [protected] |
| C2 | CSubGradientSVM | [protected] |
| cleanup() | CSubGradientSVM | [protected] |
| CLinearMachine() | CLinearMachine | |
| CMachine() | CMachine | |
| compute_min_subgradient(int32_t num_feat, int32_t num_vec, int32_t num_active, int32_t num_bound) | CSubGradientSVM | [protected] |
| compute_objective(int32_t num_feat, int32_t num_vec) | CSubGradientSVM | [protected] |
| compute_projection(int32_t num_feat, int32_t num_vec) | CSubGradientSVM | [protected] |
| CSGObject() | CSGObject | |
| CSGObject(const CSGObject &orig) | CSGObject | |
| CSubGradientSVM() | CSubGradientSVM | |
| CSubGradientSVM(float64_t C, CDotFeatures *traindat, CLabels *trainlab) | CSubGradientSVM | |
| delta_active | CSubGradientSVM | [protected] |
| delta_bound | CSubGradientSVM | [protected] |
| epsilon | CSubGradientSVM | [protected] |
| features | CLinearMachine | [protected] |
| find_active(int32_t num_feat, int32_t num_vec, int32_t &num_active, int32_t &num_bound) | CSubGradientSVM | [protected] |
| get_bias() | CLinearMachine | |
| get_bias_enabled() | CSubGradientSVM | |
| get_C1() | CSubGradientSVM | |
| get_C2() | CSubGradientSVM | |
| get_classifier_type() | CSubGradientSVM | [virtual] |
| get_epsilon() | CSubGradientSVM | |
| get_features() | CLinearMachine | [virtual] |
| get_global_io() | CSGObject | |
| get_global_parallel() | CSGObject | |
| get_global_version() | CSGObject | |
| get_label(int32_t i) | CMachine | [virtual] |
| get_labels() | CMachine | [virtual] |
| get_max_train_time() | CMachine | |
| 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 | CSubGradientSVM | [protected, virtual] |
| get_qpsize() | CSubGradientSVM | |
| get_qpsize_max() | CSubGradientSVM | |
| get_solver_type() | CMachine | |
| get_w(float64_t *&dst_w, int32_t &dst_dims) | CLinearMachine | |
| get_w() | CLinearMachine | |
| grad_b | CSubGradientSVM | [protected] |
| grad_proj | CSubGradientSVM | [protected] |
| grad_w | CSubGradientSVM | [protected] |
| hinge_idx | CSubGradientSVM | [protected] |
| hinge_point | CSubGradientSVM | [protected] |
| idx_active | CSubGradientSVM | [protected] |
| idx_bound | CSubGradientSVM | [protected] |
| init(int32_t num_vec, int32_t num_feat) | CSubGradientSVM | [protected] |
| io | CSGObject | |
| is_generic(EPrimitiveType *generic) const | CSGObject | [virtual] |
| labels | CMachine | [protected] |
| last_it_noimprovement | CSubGradientSVM | [protected] |
| line_search(int32_t num_feat, int32_t num_vec) | CSubGradientSVM | [protected] |
| load(FILE *srcfile) | CLinearMachine | [virtual] |
| load_serializable(CSerializableFile *file, const char *prefix="") | CSGObject | [virtual] |
| load_serializable_post() | CSGObject | [protected, virtual] |
| load_serializable_pre() | CSGObject | [protected, virtual] |
| m_model_selection_parameters | CSGObject | |
| m_parameters | CSGObject | |
| m_store_model_features | CMachine | [protected] |
| max_train_time | CMachine | [protected] |
| num_it_noimprovement | CSubGradientSVM | [protected] |
| old_active | CSubGradientSVM | [protected] |
| old_beta | CSubGradientSVM | [protected] |
| old_v | CSubGradientSVM | [protected] |
| old_Z | CSubGradientSVM | [protected] |
| old_Zv | CSubGradientSVM | [protected] |
| parallel | CSGObject | |
| print_serializable(const char *prefix="") | CSGObject | [virtual] |
| proj | CSubGradientSVM | [protected] |
| qpsize | CSubGradientSVM | [protected] |
| qpsize_limit | CSubGradientSVM | [protected] |
| qpsize_max | CSubGradientSVM | [protected] |
| save(FILE *dstfile) | CLinearMachine | [virtual] |
| save_serializable(CSerializableFile *file, const char *prefix="") | CSGObject | [virtual] |
| save_serializable_post() | CSGObject | [protected, virtual] |
| save_serializable_pre() | CSGObject | [protected, virtual] |
| set_bias(float64_t b) | CLinearMachine | |
| set_bias_enabled(bool enable_bias) | CSubGradientSVM | |
| set_C(float64_t c_neg, float64_t c_pos) | CSubGradientSVM | |
| set_epsilon(float64_t eps) | CSubGradientSVM | |
| set_features(CDotFeatures *feat) | CLinearMachine | [virtual] |
| set_generic() | CSGObject | |
| set_global_io(SGIO *io) | CSGObject | |
| set_global_parallel(Parallel *parallel) | CSGObject | |
| set_global_version(Version *version) | CSGObject | |
| set_labels(CLabels *lab) | CMachine | [virtual] |
| set_max_train_time(float64_t t) | CMachine | |
| set_qpsize(int32_t q) | CSubGradientSVM | |
| set_qpsize_max(int32_t q) | CSubGradientSVM | |
| set_solver_type(ESolverType st) | CMachine | |
| set_store_model_features(bool store_model) | CMachine | [virtual] |
| set_w(SGVector< float64_t > src_w) | CLinearMachine | |
| solver_type | CMachine | [protected] |
| store_model_features() | CLinearMachine | [protected, virtual] |
| sum_CXy_active | CSubGradientSVM | [protected] |
| sum_Cy_active | CSubGradientSVM | [protected] |
| tim | CSubGradientSVM | [protected] |
| tmp_proj | CSubGradientSVM | [protected] |
| tmp_proj_idx | CSubGradientSVM | [protected] |
| train(CFeatures *data=NULL) | CMachine | [virtual] |
| train_machine(CFeatures *data=NULL) | CSubGradientSVM | [protected, virtual] |
| unset_generic() | CSGObject | |
| update_active(int32_t num_feat, int32_t num_vec) | CSubGradientSVM | [protected] |
| update_projection(float64_t alpha, int32_t num_vec) | CSubGradientSVM | [protected] |
| use_bias | CSubGradientSVM | [protected] |
| v | CSubGradientSVM | [protected] |
| version | CSGObject | |
| w | CLinearMachine | [protected] |
| w_dim | CLinearMachine | [protected] |
| work_epsilon | CSubGradientSVM | [protected] |
| Z | CSubGradientSVM | [protected] |
| Zv | CSubGradientSVM | [protected] |
| ~CLinearMachine() | CLinearMachine | [virtual] |
| ~CMachine() | CMachine | [virtual] |
| ~CSGObject() | CSGObject | [virtual] |
| ~CSubGradientSVM() | CSubGradientSVM | [virtual] |