src/main.cpp File Reference

The file that contains the main() function. More...

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


Detailed Description

The file that contains the main() function.

Date:
10/11/2005

Definition in file main.cpp.


Function Documentation

int main int  argc,
char *  argv[]
 

The main function.

Everything starts here!

Parameters:
argc The number of arguments.
argv The arguments.
Date:
11/11/2005

Definition at line 200 of file main.cpp.

void showBase  ) 
 

Show the basic output.

Called when no argument is provided.

Date:
11/11/2005

Definition at line 95 of file main.cpp.

void showHelp nor_utils::Args args,
const vector< string > &  learnersList
 

Show the help.

Called when -h argument is provided.

Date:
11/11/2005

Definition at line 111 of file main.cpp.

void showOptionalHelp nor_utils::Args args  ) 
 

Show the help for the options.

Parameters:
args The arguments structure.
Date:
28/11/2005

Definition at line 141 of file main.cpp.

void showStaticConfig  ) 
 

Show the default values.

Date:
11/11/2005

Definition at line 167 of file main.cpp.


Generated on Mon Nov 28 21:43:47 2005 for MultiBoost by  doxygen 1.4.5