Main Page | Class List | File List | Class Members | File Members

etreequery.cc File Reference

This file contains the query program of the Evolving Tree. More...

#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.


Detailed Description

This file contains the query program of the Evolving Tree.


Function Documentation

int main int  argc,
char **  argv
 

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)
vector labels that were mapped to the BMU (may be empty), one per line
-----
second test vector data label
vector labels that were mapped to the BMU (may be empty), one per line
-----
...

In case of an error, some kind of an error message is printed.


Generated on Wed May 17 15:43:41 2006 for The Evolving Tree by  doxygen 1.4.1