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