CLaRank Member List

This is the complete list of members for CLaRank, including all inherited members.
add(int32_t x_id, int32_t yi)CLaRank [virtual]
apply()CMultiClassSVM [virtual]
apply(CFeatures *data)CMultiClassSVM [virtual]
apply(int32_t num)CMultiClassSVM [virtual]
apply_helper(void *p)CKernelMachine [static]
batch_modeCLaRank [protected]
C1CSVM [protected]
C2CSVM [protected]
cacheCLaRank [protected]
callbackCSVM [protected]
CKernelMachine()CKernelMachine
CLaRank()CLaRank
CLaRank(float64_t C, CKernel *k, CLabels *lab)CLaRank
class_count() const CLaRank [protected]
classesCLaRank [protected]
classify_example_one_vs_one(int32_t num)CMultiClassSVM
classify_example_one_vs_rest(int32_t num)CMultiClassSVM [virtual]
classify_one_vs_one()CMultiClassSVM
classify_one_vs_rest()CMultiClassSVM [virtual]
CMachine()CMachine
CMultiClassSVM()CMultiClassSVM
CMultiClassSVM(EMultiClassSVM type)CMultiClassSVM
CMultiClassSVM(EMultiClassSVM type, float64_t C, CKernel *k, CLabels *lab)CMultiClassSVM
compute_svm_dual_objective()CSVM
compute_svm_primal_objective()CSVM
computeGap()CLaRank [virtual]
computeW2()CLaRank
create_multiclass_svm(int32_t num_classes)CMultiClassSVM
create_new_model(int32_t num)CKernelMachine
CSGObject()CSGObject
CSGObject(const CSGObject &orig)CSGObject
CSVM(int32_t num_sv=0)CSVM
CSVM(float64_t C, CKernel *k, CLabels *lab)CSVM
destroy()CLaRank [virtual]
epsilonCSVM [protected]
get_alpha(int32_t idx)CKernelMachine
get_alphas()CKernelMachine
get_batch_computation_enabled()CKernelMachine
get_batch_mode()CLaRank
get_bias()CKernelMachine
get_bias_enabled()CKernelMachine
get_C1()CSVM
get_C2()CSVM
get_classifier_type()CLaRank [virtual]
get_epsilon()CSVM
get_global_io()CSGObject
get_global_parallel()CSGObject
get_global_version()CSGObject
get_kernel()CKernelMachine
get_label(int32_t i)CMachine [virtual]
get_labels()CMachine [virtual]
get_linadd_enabled()CKernelMachine
get_linear_term()CSVM [virtual]
get_linear_term_array()CSVM [protected, virtual]
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_multiclass_type()CMultiClassSVM
get_name() const CLaRank [virtual]
get_nu()CSVM
get_num_support_vectors()CKernelMachine
get_num_svms()CMultiClassSVM
get_objective()CSVM
get_qpsize()CSVM
get_shrinking_enabled()CSVM
get_solver_type()CMachine
get_support_vector(int32_t idx)CKernelMachine
get_support_vectors()CKernelMachine
get_svm(int32_t num)CMultiClassSVM
get_tau()CLaRank
get_tube_epsilon()CSVM
getDual()CLaRank
getNSV()CLaRank
getNumOutputs() const CLaRank [virtual]
init_kernel_optimization()CKernelMachine
ioCSGObject
is_generic(EPrimitiveType *generic) const CSGObject [virtual]
kernelCKernelMachine [protected]
labelsCMachine [protected]
load(FILE *svm_file)CMultiClassSVM [virtual]
load_serializable(CSerializableFile *file, const char *prefix="")CSGObject [virtual]
load_serializable_post()CSGObject [protected, virtual]
load_serializable_pre()CSGObject [protected, virtual]
m_alphaCKernelMachine [protected]
m_biasCKernelMachine [protected]
m_linear_termCSVM [protected]
m_model_selection_parametersCSGObject
m_num_classesCMultiClassSVM [protected]
m_num_svmsCMultiClassSVM [protected]
m_parametersCSGObject
m_store_model_featuresCMachine [protected]
m_svmsCMultiClassSVM [protected]
m_svsCKernelMachine [protected]
max_train_timeCMachine [protected]
mklCSVM [protected]
multiclass_typeCMultiClassSVM [protected]
nb_trainCLaRank [protected]
nuCSVM [protected]
objectiveCSVM [protected]
parallelCSGObject
predict(int32_t x_id)CLaRank [virtual]
print_serializable(const char *prefix="")CSGObject [virtual]
qpsizeCSVM [protected]
save(FILE *svm_file)CMultiClassSVM [virtual]
save_serializable(CSerializableFile *file, const char *prefix="")CSGObject [virtual]
save_serializable_post()CSGObject [protected, virtual]
save_serializable_pre()CSGObject [protected, virtual]
set_alpha(int32_t idx, float64_t val)CKernelMachine
set_alphas(SGVector< float64_t > alphas)CKernelMachine
set_batch_computation_enabled(bool enable)CKernelMachine
set_batch_mode(bool enable)CLaRank
set_bias(float64_t bias)CKernelMachine
set_bias_enabled(bool enable_bias)CKernelMachine
set_C(float64_t c_neg, float64_t c_pos)CSVM
set_callback_function(CMKL *m, bool(*cb)(CMKL *mkl, const float64_t *sumw, const float64_t suma))CSVM
set_defaults(int32_t num_sv=0)CSVM
set_epsilon(float64_t eps)CSVM
set_generic()CSGObject
set_global_io(SGIO *io)CSGObject
set_global_parallel(Parallel *parallel)CSGObject
set_global_version(Version *version)CSGObject
set_kernel(CKernel *k)CKernelMachine
set_labels(CLabels *lab)CMachine [virtual]
set_linadd_enabled(bool enable)CKernelMachine
set_linear_term(SGVector< float64_t > linear_term)CSVM [virtual]
set_max_train_time(float64_t t)CMachine
set_nu(float64_t nue)CSVM
set_objective(float64_t v)CSVM
set_qpsize(int32_t qps)CSVM
set_shrinking_enabled(bool enable)CSVM
set_solver_type(ESolverType st)CMachine
set_store_model_features(bool store_model)CMachine [virtual]
set_support_vector(int32_t idx, int32_t val)CKernelMachine
set_support_vectors(SGVector< int32_t > svs)CKernelMachine
set_svm(int32_t num, CSVM *svm)CMultiClassSVM
set_tau(float64_t t)CLaRank
set_tube_epsilon(float64_t eps)CSVM
solver_typeCMachine [protected]
stepCLaRank [protected]
store_model_features()CKernelMachine [protected, virtual]
svm_loadedCSVM [protected]
tauCLaRank [protected]
train(CFeatures *data=NULL)CMachine [virtual]
train_machine(CFeatures *data)CLaRank [protected, virtual]
tube_epsilonCSVM [protected]
unset_generic()CSGObject
use_batch_computationCKernelMachine [protected]
use_biasCKernelMachine [protected]
use_linaddCKernelMachine [protected]
use_shrinkingCSVM [protected]
versionCSGObject
~CKernelMachine()CKernelMachine [virtual]
~CLaRank()CLaRank [virtual]
~CMachine()CMachine [virtual]
~CMultiClassSVM()CMultiClassSVM [virtual]
~CSGObject()CSGObject [virtual]
~CSVM()CSVM [virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation