#include "Classifiers/gng/GNG.h"
#include "Features/Time/TimeFeature.h"
#include "ConfigReader/ConfigReader.h"
#include "FeatureContainer/ReplayFeatureContainer.h"
#include "Classifiers/Classifier.h"
typedef map< unsigned, list< double > > | cluster_list |
typedef map< unsigned, cluster_list > | meta_list |
Defines | |
#define | CLASSIFICATION_RUNS 1 |
amount of training iterations | |
#define | HOT 0.995 |
start temperature for sa | |
#define | COLD 0.0 |
end temperature for sa | |
#define | MINIMIZE_ERROR 0 |
try to minimize classification error by finding the best classifier parameters | |
#define | MINIMIZE_VARIANCE 0 |
try to minimize classification error by finding the best classifier parameters | |
Functions | |
int | main (int argc, char *argv[]) |
© 2003-2004 by Rene Mayrhofer, Harald Radi
Harald Radi <harald.radi@nme.at>
|
|
|
Main |