| apply(CFeatures *data=NULL) | CMachine | virtual |
| apply_binary(CFeatures *data=NULL) | CLinearMachine | virtual |
| apply_get_outputs(CFeatures *data) | CLinearMachine | protectedvirtual |
| apply_latent() | CLatentSOSVM | virtual |
| shogun::CLinearLatentMachine::apply_latent(CFeatures *data) | CLinearLatentMachine | virtual |
| apply_locked(SGVector< index_t > indices) | CMachine | virtual |
| apply_locked_binary(SGVector< index_t > indices) | CMachine | 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) | CMachine | virtual |
| apply_locked_structured(SGVector< index_t > indices) | CMachine | virtual |
| apply_multiclass(CFeatures *data=NULL) | CMachine | virtual |
| apply_one(int32_t vec_idx) | CLinearMachine | virtual |
| apply_regression(CFeatures *data=NULL) | CLinearMachine | virtual |
| apply_structured(CFeatures *data=NULL) | CMachine | virtual |
| bias | CLinearMachine | protected |
| build_gradient_parameter_dictionary(CMap< TParameter *, CSGObject * > *dict) | CSGObject | |
| CLatentSOSVM() | CLatentSOSVM | |
| CLatentSOSVM(CLatentModel *model, CLinearStructuredOutputMachine *so_solver, float64_t C) | CLatentSOSVM | |
| CLinearLatentMachine() | CLinearLatentMachine | |
| CLinearLatentMachine(CLatentModel *model, float64_t C) | CLinearLatentMachine | |
| CLinearMachine() | CLinearMachine | |
| CLinearMachine(CLinearMachine *machine) | CLinearMachine | |
| clone() | CSGObject | virtual |
| CMachine() | CMachine | |
| CSGObject() | CSGObject | |
| CSGObject(const CSGObject &orig) | CSGObject | |
| data_lock(CLabels *labs, CFeatures *features) | CMachine | virtual |
| data_unlock() | CMachine | virtual |
| deep_copy() const | CSGObject | virtual |
| do_inner_loop(float64_t cooling_eps) | CLatentSOSVM | protectedvirtual |
| equals(CSGObject *other, float64_t accuracy=0.0, bool tolerant=false) | CSGObject | virtual |
| features | CLinearMachine | protected |
| get_bias() | CLinearMachine | virtual |
| get_C() | CLinearLatentMachine | |
| get_classifier_type() | CMachine | virtual |
| get_epsilon() | CLinearLatentMachine | |
| get_features() | CLinearMachine | virtual |
| get_global_io() | CSGObject | |
| get_global_parallel() | CSGObject | |
| get_global_version() | CSGObject | |
| get_labels() | CMachine | virtual |
| get_machine_problem_type() const | CMachine | virtual |
| get_max_iterations() | CLinearLatentMachine | |
| 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 | CLatentSOSVM | virtual |
| get_solver_type() | CMachine | |
| get_w() const | CLinearMachine | virtual |
| io | CSGObject | |
| is_data_locked() const | CMachine | |
| is_generic(EPrimitiveType *generic) const | CSGObject | virtual |
| is_label_valid(CLabels *lab) const | CMachine | protectedvirtual |
| load_serializable(CSerializableFile *file, const char *prefix="") | CSGObject | virtual |
| load_serializable_post() | CSGObject | protectedvirtual |
| load_serializable_pre() | CSGObject | protectedvirtual |
| m_C | CLinearLatentMachine | protected |
| m_cur_iter | CLinearLatentMachine | protected |
| m_data_locked | CMachine | protected |
| m_epsilon | CLinearLatentMachine | protected |
| m_gradient_parameters | CSGObject | |
| m_hash | CSGObject | |
| m_labels | CMachine | protected |
| m_max_iter | CLinearLatentMachine | protected |
| m_max_train_time | CMachine | protected |
| m_model | CLinearLatentMachine | protected |
| m_model_selection_parameters | CSGObject | |
| m_parameters | CSGObject | |
| m_solver_type | CMachine | protected |
| m_store_model_features | CMachine | protected |
| MACHINE_PROBLEM_TYPE(PT_LATENT) | CLinearLatentMachine | |
| parallel | CSGObject | |
| parameter_hash_changed() | CSGObject | virtual |
| post_lock(CLabels *labs, CFeatures *features) | CMachine | virtual |
| print_modsel_params() | CSGObject | |
| print_serializable(const char *prefix="") | CSGObject | virtual |
| save_serializable(CSerializableFile *file, const char *prefix="") | CSGObject | virtual |
| save_serializable_post() | CSGObject | protectedvirtual |
| save_serializable_pre() | CSGObject | protectedvirtual |
| set_bias(float64_t b) | CLinearMachine | virtual |
| set_C(float64_t c) | CLinearLatentMachine | |
| set_epsilon(float64_t eps) | CLinearLatentMachine | |
| set_features(CDotFeatures *feat) | CLinearMachine | virtual |
| 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_labels(CLabels *lab) | CMachine | virtual |
| set_max_iterations(int32_t iter) | CLinearLatentMachine | |
| set_max_train_time(float64_t t) | CMachine | |
| set_model(CLatentModel *latent_model) | CLinearLatentMachine | |
| set_so_solver(CLinearStructuredOutputMachine *so) | CLatentSOSVM | |
| set_solver_type(ESolverType st) | CMachine | |
| set_store_model_features(bool store_model) | CMachine | virtual |
| set_w(const SGVector< float64_t > src_w) | CLinearMachine | virtual |
| shallow_copy() const | CSGObject | virtual |
| store_model_features() | CLinearMachine | protectedvirtual |
| supports_locking() const | CMachine | virtual |
| train(CFeatures *data=NULL) | CMachine | virtual |
| train_locked(SGVector< index_t > indices) | CMachine | virtual |
| train_machine(CFeatures *data=NULL) | CLinearLatentMachine | protectedvirtual |
| train_require_labels() const | CLinearLatentMachine | protectedvirtual |
| unset_generic() | CSGObject | |
| update_parameter_hash() | CSGObject | virtual |
| version | CSGObject | |
| w | CLinearMachine | protected |
| ~CLatentSOSVM() | CLatentSOSVM | virtual |
| ~CLinearLatentMachine() | CLinearLatentMachine | virtual |
| ~CLinearMachine() | CLinearMachine | virtual |
| ~CMachine() | CMachine | virtual |
| ~CSGObject() | CSGObject | virtual |