, including all inherited members.
  | active | CSubGradientSVM |  [protected] | 
  | autoselected_epsilon | CSubGradientSVM |  [protected] | 
  | beta | CSubGradientSVM |  [protected] | 
  | bias | CLinearClassifier |  [protected] | 
  | C1 | CSubGradientSVM |  [protected] | 
  | C2 | CSubGradientSVM |  [protected] | 
  | CClassifier() | CClassifier |  | 
  | classify() | CLinearClassifier |  [virtual] | 
  | classify(CFeatures *data) | CLinearClassifier |  [virtual] | 
  | classify_example(int32_t vec_idx) | CLinearClassifier |  [virtual] | 
  | cleanup() | CSubGradientSVM |  [protected] | 
  | CLinearClassifier() | CLinearClassifier |  | 
  | 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 | CLinearClassifier |  [protected] | 
  | find_active(int32_t num_feat, int32_t num_vec, int32_t &num_active, int32_t &num_bound) | CSubGradientSVM |  [protected] | 
  | get_bias() | CLinearClassifier |  | 
  | get_bias_enabled() | CSubGradientSVM |  | 
  | get_C1() | CSubGradientSVM |  | 
  | get_C2() | CSubGradientSVM |  | 
  | get_classifier_type() | CSubGradientSVM |  [virtual] | 
  | get_epsilon() | CSubGradientSVM |  | 
  | get_features() | CLinearClassifier |  [virtual] | 
  | get_io() | CSGObject |  | 
  | get_label(int32_t i) | CClassifier |  [virtual] | 
  | get_labels() | CClassifier |  [virtual] | 
  | get_max_train_time() | CClassifier |  | 
  | get_name() const  | CSubGradientSVM |  [protected, virtual] | 
  | get_parallel() | CSGObject |  | 
  | get_qpsize() | CSubGradientSVM |  | 
  | get_qpsize_max() | CSubGradientSVM |  | 
  | get_solver_type() | CClassifier |  | 
  | get_version() | CSGObject |  | 
  | get_w(float64_t *&dst_w, int32_t &dst_dims) | CLinearClassifier |  | 
  | get_w(float64_t **dst_w, int32_t *dst_dims) | CLinearClassifier |  | 
  | 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 | CClassifier |  [protected] | 
  | last_it_noimprovement | CSubGradientSVM |  [protected] | 
  | line_search(int32_t num_feat, int32_t num_vec) | CSubGradientSVM |  [protected] | 
  | load(FILE *srcfile) | CLinearClassifier |  [virtual] | 
  | load_serializable(CSerializableFile *file, const char *prefix="") | CSGObject |  [virtual] | 
  | load_serializable_post() | CSGObject |  [protected, virtual] | 
  | load_serializable_pre() | CSGObject |  [protected, virtual] | 
  | m_parameters | CSGObject |  [protected] | 
  | max_train_time | CClassifier |  [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) | CLinearClassifier |  [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) | CLinearClassifier |  | 
  | 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) | CLinearClassifier |  [virtual] | 
  | set_generic() | CSGObject |  | 
  | set_io(IO *io) | CSGObject |  | 
  | set_labels(CLabels *lab) | CClassifier |  [virtual] | 
  | set_max_train_time(float64_t t) | CClassifier |  | 
  | set_parallel(Parallel *parallel) | CSGObject |  | 
  | set_qpsize(int32_t q) | CSubGradientSVM |  | 
  | set_qpsize_max(int32_t q) | CSubGradientSVM |  | 
  | set_solver_type(ESolverType st) | CClassifier |  | 
  | set_version(Version *version) | CSGObject |  | 
  | set_w(float64_t *src_w, int32_t src_w_dim) | CLinearClassifier |  | 
  | solver_type | CClassifier |  [protected] | 
  | 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) | CSubGradientSVM |  [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 | CLinearClassifier |  [protected] | 
  | w_dim | CLinearClassifier |  [protected] | 
  | work_epsilon | CSubGradientSVM |  [protected] | 
  | Z | CSubGradientSVM |  [protected] | 
  | Zv | CSubGradientSVM |  [protected] | 
  | ~CClassifier() | CClassifier |  [virtual] | 
  | ~CLinearClassifier() | CLinearClassifier |  [virtual] | 
  | ~CSGObject() | CSGObject |  [virtual] | 
  | ~CSubGradientSVM() | CSubGradientSVM |  [virtual] |