#include <vector>
#include <string>
#include <map>
#include <iostream>
#include "Defaults.h"
#include "Utils/Args.h"
#include "AdaBoostMHLearner.h"
#include "Classifier.h"
#include "WeakLearners/BaseLearner.h"
#include "IO/ClassMappings.h"
Go to the source code of this file.
Functions | |
void | showBase () |
Show the basic output. | |
void | showHelp (nor_utils::Args &args, const vector< string > &learnersList) |
Show the help. | |
void | showOptionalHelp (nor_utils::Args &args) |
Show the help for the options. | |
void | showStaticConfig () |
Show the default values. | |
int | main (int argc, char *argv[]) |
The main function. |
Definition in file main.cpp.
|
The main function. Everything starts here!
|
|
Show the basic output. Called when no argument is provided.
|
|
Show the help. Called when -h argument is provided.
|
|
Show the help for the options.
|
|
Show the default values.
|