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

etreetrain.cc File Reference

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

#include <iostream>
#include "etree.hh"

Functions

int main (int argc, char **argv)
 Trains an evolving tree with the given parameters and saves it to disk.


Detailed Description

This file contains the training program of the Evolving Tree.


Function Documentation

int main int  argc,
char **  argv
 

Trains an evolving tree with the given parameters and saves it to disk.

Usage 'etreetrain <training data file> <output file> <parameter file>'

Training data must be in etree format.

Parameter file has on line with the following structure:

divisionthreshold divisionfactor eta0 sigma0 tau1 tau2 bmudecay k-means rounds

Output:

If everything went ok, print "Success".

Otherwise 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