#include <iostream>
#include "etree.hh"
Defines | |
#define | OUTPUT_SEPARATOR "-----\n" |
Functions | |
int | main (int argc, char **argv) |
Gets classification result for a given tree and data. |
|
Gets classification result for a given tree and data. Usage 'etreequery <training data file> <testing data file> <tree file>' Data files must be in etree format. Output on success:
first test vector data label (usually a class id) In case of an error, some kind of an error message is printed. |