SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
CRandomForest Member List

This is the complete list of members for CRandomForest, including all inherited members.

apply(CFeatures *data=NULL)CMachinevirtual
apply_binary(CFeatures *data=NULL)CBaggingMachinevirtual
apply_get_outputs(CFeatures *data)CBaggingMachineprotected
apply_latent(CFeatures *data=NULL)CMachinevirtual
apply_locked(SGVector< index_t > indices)CMachinevirtual
apply_locked_binary(SGVector< index_t > indices)CMachinevirtual
apply_locked_latent(SGVector< index_t > indices)CMachinevirtual
apply_locked_multiclass(SGVector< index_t > indices)CMachinevirtual
apply_locked_regression(SGVector< index_t > indices)CMachinevirtual
apply_locked_structured(SGVector< index_t > indices)CMachinevirtual
apply_multiclass(CFeatures *data=NULL)CBaggingMachinevirtual
apply_one(int32_t i)CMachinevirtual
apply_regression(CFeatures *data=NULL)CBaggingMachinevirtual
apply_structured(CFeatures *data=NULL)CMachinevirtual
build_gradient_parameter_dictionary(CMap< TParameter *, CSGObject * > *dict)CSGObject
CBaggingMachine()CBaggingMachine
CBaggingMachine(CFeatures *features, CLabels *labels)CBaggingMachine
clone()CSGObjectvirtual
CMachine()CMachine
CRandomForest()CRandomForest
CRandomForest(int32_t num_rand_feats, int32_t num_bags=10)CRandomForest
CRandomForest(CFeatures *features, CLabels *labels, int32_t num_bags=10, int32_t num_rand_feats=0)CRandomForest
CRandomForest(CFeatures *features, CLabels *labels, SGVector< float64_t > weights, int32_t num_bags=10, int32_t num_rand_feats=0)CRandomForest
CSGObject()CSGObject
CSGObject(const CSGObject &orig)CSGObject
data_lock(CLabels *labs, CFeatures *features)CMachinevirtual
data_unlock()CMachinevirtual
deep_copy() const CSGObjectvirtual
equals(CSGObject *other, float64_t accuracy=0.0, bool tolerant=false)CSGObjectvirtual
get(const Tag< T > &_tag) const CSGObject
get(const std::string &name) const CSGObject
get_bag_size() const CBaggingMachinevirtual
get_classifier_type()CBaggingMachinevirtual
get_combination_rule() const CBaggingMachine
get_feature_types() const CRandomForest
get_global_io()CSGObject
get_global_parallel()CSGObject
get_global_version()CSGObject
get_labels()CMachinevirtual
get_machine() const CBaggingMachine
get_machine_problem_type() const CRandomForestvirtual
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 CRandomForestvirtual
get_num_bags() const CBaggingMachine
get_num_random_features() const CRandomForest
get_oob_error(CEvaluation *eval) const CBaggingMachine
get_oob_indices(const SGVector< index_t > &in_bag)CBaggingMachineprotected
get_solver_type()CMachine
get_weights() const CRandomForest
has(const std::string &name) const CSGObject
has(const Tag< T > &tag) const CSGObject
has(const std::string &name) const CSGObject
ioCSGObject
is_data_locked() const CMachine
is_generic(EPrimitiveType *generic) const CSGObjectvirtual
is_label_valid(CLabels *lab) const CMachineprotectedvirtual
load_serializable(CSerializableFile *file, const char *prefix="")CSGObjectvirtual
load_serializable_post()CSGObjectprotectedvirtual
load_serializable_pre()CSGObjectprotectedvirtual
m_all_oob_idxCBaggingMachineprotected
m_bag_sizeCBaggingMachineprotected
m_bagsCBaggingMachineprotected
m_combination_ruleCBaggingMachineprotected
m_data_lockedCMachineprotected
m_featuresCBaggingMachineprotected
m_gradient_parametersCSGObject
m_hashCSGObject
m_labelsCMachineprotected
m_machineCBaggingMachineprotected
m_max_train_timeCMachineprotected
m_model_selection_parametersCSGObject
m_num_bagsCBaggingMachineprotected
m_oob_indicesCBaggingMachineprotected
m_parametersCSGObject
m_solver_typeCMachineprotected
m_store_model_featuresCMachineprotected
parallelCSGObject
parameter_hash_changed()CSGObjectvirtual
post_lock(CLabels *labs, CFeatures *features)CMachinevirtual
print_modsel_params()CSGObject
print_serializable(const char *prefix="")CSGObjectvirtual
register_param(Tag< T > &_tag, const T &value)CSGObjectprotected
register_param(const std::string &name, const T &value)CSGObjectprotected
register_parameters()CBaggingMachineprotected
save_serializable(CSerializableFile *file, const char *prefix="")CSGObjectvirtual
save_serializable_post()CSGObjectprotectedvirtual
save_serializable_pre()CSGObjectprotectedvirtual
set(const Tag< T > &_tag, const T &value)CSGObject
set(const std::string &name, const T &value)CSGObject
set_bag_size(int32_t bag_size)CBaggingMachinevirtual
set_combination_rule(CCombinationRule *rule)CBaggingMachine
set_feature_types(SGVector< bool > ft)CRandomForest
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)CMachinevirtual
set_machine(CMachine *machine)CRandomForestvirtual
set_machine_parameters(CMachine *m, SGVector< index_t > idx)CRandomForestprotectedvirtual
set_machine_problem_type(EProblemType mode)CRandomForest
set_max_train_time(float64_t t)CMachine
set_num_bags(int32_t num_bags)CBaggingMachine
set_num_random_features(int32_t rand_featsize)CRandomForest
set_solver_type(ESolverType st)CMachine
set_store_model_features(bool store_model)CMachinevirtual
set_weights(SGVector< float64_t > weights)CRandomForest
shallow_copy() const CSGObjectvirtual
store_model_features()CMachineprotectedvirtual
supports_locking() const CMachinevirtual
train(CFeatures *data=NULL)CMachinevirtual
train_locked(SGVector< index_t > indices)CMachinevirtual
train_machine(CFeatures *data=NULL)CRandomForestprotectedvirtual
train_require_labels() const CMachineprotectedvirtual
unset_generic()CSGObject
update_parameter_hash()CSGObjectvirtual
versionCSGObject
~CBaggingMachine()CBaggingMachinevirtual
~CMachine()CMachinevirtual
~CRandomForest()CRandomForestvirtual
~CSGObject()CSGObjectvirtual

SHOGUN Machine Learning Toolbox - Documentation