best_feature(dataset *ds, double *W) | mlABTree | [private, static] |
classify(input *i, double *pred) | mlABTree | |
Cprediction(int v, double *W, double result[]) | mlABTree | [private, static] |
epsilon | mlABTree | [private, static] |
feature | mlABTree | [private] |
learn(dataset *ds, double *Z, int max_depth0) | mlABTree | [static] |
learn_0(dataset *ds, double *Z, int depth) | mlABTree | [private, static] |
max_depth | mlABTree | [private, static] |
mlABTree(const mlABTree &wr0) | mlABTree | [private] |
mlABTree(double *p0) | mlABTree | |
mlABTree(int f, mlABTree *wrFalse, mlABTree *wrTrue) | mlABTree | |
nlabels | mlABTree | [private, static] |
predictions | mlABTree | [private] |
print(char *carry) | mlABTree | |
read_from_stream(istream &is) | mlABTree | [static] |
set_epsilon(double eps) | mlABTree | [static] |
set_nlabels(int nl) | mlABTree | [static] |
set_verbose(int level) | mlABTree | [static] |
sons | mlABTree | [private] |
stopping_criterion(dataset *ds, int depth) | mlABTree | [private, static] |
used_features | mlABTree | [private, static] |
verbose | mlABTree | [private, static] |
write_to_stream(ofstream &os) | mlABTree | |
Zcalculus(double *W, int ndim) | mlABTree | [private, static] |
~mlABTree() | mlABTree | |