| oob_accuracy() const | RandomForest | |
| predict(const InstanceSet &set, int instance_no) const | RandomForest | |
| predict_prob(const InstanceSet &set, int instance_no, int label) const | RandomForest | |
| print() const | RandomForest | |
| RandomForest() | RandomForest | |
| RandomForest(const InstanceSet &set, int num_trees, int K, int max_depth) | RandomForest | |
| read(istream &i) | RandomForest | |
| testing_accuracy(const InstanceSet &testset) const | RandomForest | |
| training_accuracy() const | RandomForest | |
| variable_importance(vector< pair< float, int > > *ranking, unsigned int *seed) const | RandomForest | |
| write(ostream &o) | RandomForest | |
| ~RandomForest() (defined in RandomForest) | RandomForest |
1.3.7