build_gradient_parameter_dictionary(CMap< TParameter *, CSGObject * > *dict) | CSGObject | |
C_mkl | CGUIClassifier | protected |
CGUIClassifier() | CGUIClassifier | |
CGUIClassifier(CSGInterface *interface) | CGUIClassifier | |
classifier | CGUIClassifier | protected |
classify() | CGUIClassifier | |
classify_byte_linear() | CGUIClassifier | |
classify_distancemachine() | CGUIClassifier | |
classify_example(int32_t idx, float64_t &result) | CGUIClassifier | |
classify_kernelmachine() | CGUIClassifier | |
classify_linear() | CGUIClassifier | |
clone() | CSGObject | virtual |
constraint_generator | CGUIClassifier | protected |
CSGObject() | CSGObject | |
CSGObject(const CSGObject &orig) | CSGObject | |
deep_copy() const | CSGObject | virtual |
ent_lambda | CGUIClassifier | protected |
equals(CSGObject *other, float64_t accuracy=0.0, bool tolerant=false) | CSGObject | virtual |
get(const Tag< T > &_tag) const | CSGObject | |
get(const std::string &name) const | CSGObject | |
get_classifier() | CGUIClassifier | |
get_clustering(float64_t *&weights, int32_t &rows, int32_t &cols, float64_t *&bias, int32_t &brows, int32_t &bcols) | CGUIClassifier | |
get_global_io() | CSGObject | |
get_global_parallel() | CSGObject | |
get_global_version() | CSGObject | |
get_linear(float64_t *&weights, int32_t &rows, int32_t &cols, float64_t *&bias, int32_t &brows, int32_t &bcols) | CGUIClassifier | |
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 | CGUIClassifier | virtual |
get_num_svms() | CGUIClassifier | |
get_svm(float64_t *&weights, int32_t &rows, int32_t &cols, float64_t *&bias, int32_t &brows, int32_t &bcols, int32_t idx=-1) | CGUIClassifier | |
get_trained_classifier(float64_t *&weights, int32_t &rows, int32_t &cols, float64_t *&bias, int32_t &brows, int32_t &bcols, int32_t idx=-1) | CGUIClassifier | |
has(const std::string &name) const | CSGObject | |
has(const Tag< T > &tag) const | CSGObject | |
has(const std::string &name) const | CSGObject | |
io | CSGObject | |
is_generic(EPrimitiveType *generic) const | CSGObject | virtual |
krr_tau | CGUIClassifier | protected |
load(char *filename, char *type) | CGUIClassifier | |
load_serializable(CSerializableFile *file, const char *prefix="") | CSGObject | virtual |
load_serializable_post() | CSGObject | protectedvirtual |
load_serializable_pre() | CSGObject | protectedvirtual |
m_gradient_parameters | CSGObject | |
m_hash | CSGObject | |
m_model_selection_parameters | CSGObject | |
m_parameters | CSGObject | |
max_train_time | CGUIClassifier | protected |
mkl_block_norm | CGUIClassifier | protected |
mkl_norm | CGUIClassifier | protected |
mkl_use_interleaved | CGUIClassifier | protected |
new_classifier(char *name, int32_t d=6, int32_t from_d=40) | CGUIClassifier | |
parallel | CSGObject | |
parameter_hash_changed() | CSGObject | virtual |
perceptron_learnrate | CGUIClassifier | protected |
perceptron_maxiter | CGUIClassifier | protected |
print_modsel_params() | CSGObject | |
print_serializable(const char *prefix="") | CSGObject | virtual |
register_param(Tag< T > &_tag, const T &value) | CSGObject | protected |
register_param(const std::string &name, const T &value) | CSGObject | protected |
save(char *param) | CGUIClassifier | |
save_serializable(CSerializableFile *file, const char *prefix="") | CSGObject | virtual |
save_serializable_post() | CSGObject | protectedvirtual |
save_serializable_pre() | CSGObject | protectedvirtual |
set(const Tag< T > &_tag, const T &value) | CSGObject | |
set(const std::string &name, const T &value) | CSGObject | |
set_constraint_generator(char *cg) | CGUIClassifier | |
set_do_auc_maximization(bool do_auc) | CGUIClassifier | |
set_elasticnet_lambda(float64_t lambda) | CGUIClassifier | |
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_krr_tau(float64_t tau=1) | CGUIClassifier | |
set_max_train_time(float64_t max) | CGUIClassifier | |
set_mkl_block_norm(float64_t mkl_bnorm) | CGUIClassifier | |
set_mkl_interleaved_enabled(bool enabled) | CGUIClassifier | |
set_perceptron_parameters(float64_t lernrate, int32_t maxiter) | CGUIClassifier | |
set_solver(char *solver) | CGUIClassifier | |
set_svm_batch_computation_enabled(bool enabled) | CGUIClassifier | |
set_svm_bias_enabled(bool enabled) | CGUIClassifier | |
set_svm_bufsize(int32_t bufsize) | CGUIClassifier | |
set_svm_C(float64_t C1, float64_t C2) | CGUIClassifier | |
set_svm_epsilon(float64_t epsilon) | CGUIClassifier | |
set_svm_linadd_enabled(bool enabled) | CGUIClassifier | |
set_svm_max_qpsize(int32_t max_qpsize) | CGUIClassifier | |
set_svm_mkl_parameters(float64_t weight_epsilon, float64_t C_mkl, float64_t mkl_norm) | CGUIClassifier | |
set_svm_nu(float64_t nu) | CGUIClassifier | |
set_svm_precompute_enabled(int32_t precompute) | CGUIClassifier | |
set_svm_qpsize(int32_t qpsize) | CGUIClassifier | |
set_svm_shrinking_enabled(bool enabled) | CGUIClassifier | |
set_svr_tube_epsilon(float64_t tube_epsilon) | CGUIClassifier | |
shallow_copy() const | CSGObject | virtual |
solver_type | CGUIClassifier | protected |
svm_bufsize | CGUIClassifier | protected |
svm_C1 | CGUIClassifier | protected |
svm_C2 | CGUIClassifier | protected |
svm_do_auc_maximization | CGUIClassifier | protected |
svm_epsilon | CGUIClassifier | protected |
svm_max_qpsize | CGUIClassifier | protected |
svm_nu | CGUIClassifier | protected |
svm_qpsize | CGUIClassifier | protected |
svm_tube_epsilon | CGUIClassifier | protected |
svm_use_batch_computation | CGUIClassifier | protected |
svm_use_bias | CGUIClassifier | protected |
svm_use_linadd | CGUIClassifier | protected |
svm_use_precompute | CGUIClassifier | protected |
svm_use_precompute_subkernel | CGUIClassifier | protected |
svm_use_precompute_subkernel_light | CGUIClassifier | protected |
svm_use_shrinking | CGUIClassifier | protected |
svm_weight_epsilon | CGUIClassifier | protected |
train_clustering(int32_t k=3, int32_t max_iter=1000) | CGUIClassifier | |
train_knn(int32_t k=3) | CGUIClassifier | |
train_krr() | CGUIClassifier | |
train_linear(float64_t gamma=0) | CGUIClassifier | |
train_mkl() | CGUIClassifier | |
train_mkl_multiclass() | CGUIClassifier | |
train_sparse_linear() | CGUIClassifier | |
train_svm() | CGUIClassifier | |
ui | CGUIClassifier | protected |
unset_generic() | CSGObject | |
update_parameter_hash() | CSGObject | virtual |
version | CSGObject | |
~CGUIClassifier() | CGUIClassifier | |
~CSGObject() | CSGObject | virtual |