adaboost(const adaboost &old_bab) | adaboost | [private] |
adaboost(int nl) | adaboost | |
adaboost(const string &file) | adaboost | |
add_weak_rule(mlABTree *wr) | adaboost | [private] |
classify(input *i, double pred[]) | adaboost | |
default_class() | adaboost | [inline] |
epsilon | adaboost | [private, static] |
first | adaboost | [private] |
get_label(int lb) | adaboost | [inline] |
get_nlabels() | adaboost | [inline] |
initialize_weights(dataset *ds) | adaboost | [private] |
label_others | adaboost | [private] |
labels | adaboost | [private] |
last | adaboost | [private] |
learn(dataset *ds, int nrounds, int maxdepth) | adaboost | |
max_depth | adaboost | [private] |
n_rounds | adaboost | [private] |
n_rules() | adaboost | |
nlabels | adaboost | [private] |
nrules | adaboost | [private] |
option_initialize_weights | adaboost | [private, static] |
out | adaboost | [private] |
pcl_advance_pointer(int steps) | adaboost | |
pcl_classify(input *i, double *pred, int nrules) | adaboost | |
pcl_ini_pointer() | adaboost | |
pcl_pointer | adaboost | [private] |
read_from_file(char *file) | adaboost | |
read_from_stream(ifstream &in) | adaboost | |
SC | adaboost | [private] |
set_epsilon(double eps) | adaboost | [static] |
set_initialize_weights(bool b) | adaboost | [static] |
set_output(ofstream &os) | adaboost | |
set_verbose(int level) | adaboost | [static] |
stopping_criterion(int nrounds) | adaboost | [private] |
update_weights(mlABTree *wr, double Z, dataset *ds) | adaboost | [private] |
verbose | adaboost | [private, static] |
~adaboost() | adaboost | |