|
int | init_all (float *X, int *Y, float *Yr, const float *W, int nfeat, int nsamples, int maxq) |
|
void | init_groups (vector< int > &groups_in) |
|
int | init (float *X, int *Y, int nfeat, int nsamples, int maxq) |
|
int | get_Tree (int *sampsize, int ntry, QRF_Tree &tree) |
|
int | collect_Tree_oob_scores (float *x, int nfeat, QRF_ResTree &resTree, vector< int > &sample_ids) |
|
void | complete_oob_cv () |
|
void | score_tree_by_index (float *x, int nfeat, QRF_ResTree &tree, int id, float &score, int &majority, vector< int > &counts) |
|
double | get_cross_validation_auc () |
|
int | init_regression (float *X, float *Y, const float *W, int nfeat, int nsamples, int maxq) |
|
int | get_regression_Tree (int *sampsize, int ntry, QRF_Tree &tree) |
|
void | clear () |
|
|
int | tree_mode |
|
int | NSamples |
|
int | NFeat |
|
int | MaxQ |
|
vector< short > | max_q |
|
vector< char > | y |
|
vector< int > | ids [2] |
|
vector< vector< float > > | quant_values |
|
vector< vector< short > > | q_data |
|
vector< float > | yr |
|
vector< vector< int > > | yr_multilabel |
|
vector< float > | w |
|
vector< double > | log_table |
|
vector< OOB_Result > | cv |
|
vector< char > | test_s |
|
vector< int > | groups |
|
int | n_groups |
|
int | n_categ |
|
int | min_split_node_size |
|
float | min_split_spread |
|
int | n_called |
|
bool | take_all_samples |
|
int | max_depth |
|
The documentation for this class was generated from the following files:
- Internal/QRF/QRF/QRF.h
- Internal/QRF/QRF/QRF.cpp