CRelaxedTree Member List

This is the complete list of members for CRelaxedTree, including all inherited members.
apply(CFeatures *data=NULL)CMachine [virtual]
apply_binary(CFeatures *data=NULL)CMachine [virtual]
apply_latent(CFeatures *data=NULL)CMachine [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)CRelaxedTree [virtual]
apply_one(int32_t idx)CRelaxedTree [protected, virtual]
apply_regression(CFeatures *data=NULL)CMachine [virtual]
apply_structured(CFeatures *data=NULL)CMachine [virtual]
build_parameter_dictionary(CMap< TParameter *, CSGObject * > &dict)CSGObject
CBaseMulticlassMachine()CBaseMulticlassMachine
clone()CMachine [virtual]
CMachine()CMachine
color_label_space(CSVM *svm, SGVector< int32_t > classes)CRelaxedTree [protected]
compute_score(SGVector< int32_t > mu, CSVM *svm)CRelaxedTree [protected]
CRelaxedTree()CRelaxedTree
CSGObject()CSGObject
CSGObject(const CSGObject &orig)CSGObject
CTreeMachine()CTreeMachine< RelaxedTreeNodeData >
data_lock(CLabels *labs, CFeatures *features)CMachine [virtual]
data_unlock()CMachine [virtual]
deep_copy() const CSGObject [virtual]
enforce_balance_constraints_lower(SGVector< int32_t > &mu, SGVector< float64_t > &delta_neg, SGVector< float64_t > &delta_pos, int32_t B_prime, SGVector< float64_t > &xi_neg_class)CRelaxedTree [protected]
enforce_balance_constraints_upper(SGVector< int32_t > &mu, SGVector< float64_t > &delta_neg, SGVector< float64_t > &delta_pos, int32_t B_prime, SGVector< float64_t > &xi_neg_class)CRelaxedTree [protected]
entry_t typedefCRelaxedTree
eval_binary_model_K(CSVM *svm)CRelaxedTree [protected]
get_A() const CRelaxedTree
get_B() const CRelaxedTree
get_classifier_type()CMachine [virtual]
get_global_io()CSGObject
get_global_parallel()CSGObject
get_global_version()CSGObject
get_labels()CMachine [virtual]
get_machine_problem_type() const CBaseMulticlassMachine [virtual]
get_max_num_iter() const CRelaxedTree
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 CRelaxedTree [virtual]
get_num_machines() const CBaseMulticlassMachine
get_solver_type()CMachine
get_svm_C() const CRelaxedTree
get_svm_epsilon() const CRelaxedTree
init_node(const SGMatrix< float64_t > &global_conf_mat, SGVector< int32_t > classes)CRelaxedTree [protected]
ioCSGObject
is_data_locked() const CMachine
is_generic(EPrimitiveType *generic) const CSGObject [virtual]
is_label_valid(CLabels *lab) const CBaseMulticlassMachine [virtual]
load_all_file_parameters(int32_t file_version, int32_t current_version, CSerializableFile *file, const char *prefix="")CSGObject
load_file_parameters(const SGParamInfo *param_info, int32_t file_version, CSerializableFile *file, const char *prefix="")CSGObject
load_serializable(CSerializableFile *file, const char *prefix="", int32_t param_version=VERSION_PARAMETER)CSGObject [virtual]
load_serializable_post()CSGObject [protected, virtual]
load_serializable_pre()CSGObject [protected, virtual]
m_ACRelaxedTree [protected]
m_BCRelaxedTree [protected]
m_data_lockedCMachine [protected]
m_featsCRelaxedTree [protected]
m_hashCSGObject
m_kernelCRelaxedTree [protected]
m_labelsCMachine [protected]
m_machine_for_confusion_matrixCRelaxedTree [protected]
m_machinesCBaseMulticlassMachine [protected]
m_max_num_iterCRelaxedTree [protected]
m_max_train_timeCMachine [protected]
m_model_selection_parametersCSGObject
m_num_classesCRelaxedTree [protected]
m_parameter_mapCSGObject
m_parametersCSGObject
m_rootCTreeMachine< RelaxedTreeNodeData > [protected]
m_solver_typeCMachine [protected]
m_store_model_featuresCMachine [protected]
m_svm_CCRelaxedTree [protected]
m_svm_epsilonCRelaxedTree [protected]
map_parameters(DynArray< TParameter * > *param_base, int32_t &base_version, DynArray< const SGParamInfo * > *target_param_infos)CSGObject
migrate(DynArray< TParameter * > *param_base, const SGParamInfo *target)CSGObject [protected, virtual]
node_t typedefCTreeMachine< RelaxedTreeNodeData >
one_to_one_migration_prepare(DynArray< TParameter * > *param_base, const SGParamInfo *target, TParameter *&replacement, TParameter *&to_migrate, char *old_name=NULL)CSGObject [protected, virtual]
parallelCSGObject
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="", int32_t param_version=VERSION_PARAMETER)CSGObject [virtual]
save_serializable_post()CSGObject [protected, virtual]
save_serializable_pre()CSGObject [protected, virtual]
set_A(float64_t A)CRelaxedTree
set_B(int32_t B)CRelaxedTree
set_features(CDenseFeatures< float64_t > *feats)CRelaxedTree
set_generic()CSGObject
set_global_io(SGIO *io)CSGObject
set_global_parallel(Parallel *parallel)CSGObject
set_global_version(Version *version)CSGObject
set_kernel(CKernel *kernel)CRelaxedTree [virtual]
set_labels(CLabels *lab)CRelaxedTree [virtual]
set_machine_for_confusion_matrix(CBaseMulticlassMachine *machine)CRelaxedTree
set_max_num_iter(int32_t n_iter)CRelaxedTree
set_max_train_time(float64_t t)CMachine
set_solver_type(ESolverType st)CMachine
set_store_model_features(bool store_model)CMachine [virtual]
set_svm_C(float64_t C)CRelaxedTree
set_svm_epsilon(float64_t epsilon)CRelaxedTree
shallow_copy() const CSGObject [virtual]
store_model_features()CMachine [protected, virtual]
supports_locking() const CMachine [virtual]
train(CFeatures *data=NULL)CRelaxedTree [virtual]
train_locked(SGVector< index_t > indices)CMachine [virtual]
train_machine(CFeatures *data)CRelaxedTree [protected, virtual]
train_node(const SGMatrix< float64_t > &conf_mat, SGVector< int32_t > classes)CRelaxedTree [protected]
train_node_with_initialization(const CRelaxedTree::entry_t &mu_entry, SGVector< int32_t > classes, CSVM *svm)CRelaxedTree [protected]
train_require_labels() const CMachine [protected, virtual]
unset_generic()CSGObject
update_parameter_hash()CSGObject [protected, virtual]
versionCSGObject
~CBaseMulticlassMachine()CBaseMulticlassMachine [virtual]
~CMachine()CMachine [virtual]
~CRelaxedTree()CRelaxedTree [virtual]
~CSGObject()CSGObject [virtual]
~CTreeMachine()CTreeMachine< RelaxedTreeNodeData > [virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation