PLearn 0.1
Defines | Functions
plearn_tut.cc File Reference
#include <commands/PLearnCommands/HelpCommand.h>
#include <commands/PLearnCommands/LearnerCommand.h>
#include <commands/PLearnCommands/RunCommand.h>
#include <commands/PLearnCommands/VMatCommand.h>
#include <plearn_learners/regressors/LinearRegressor.h>
#include <plearn_learners/distributions/ParzenWindow.h>
#include <plearn/vmat/SelectRowsVMatrix.h>
#include "PLearnCommands/plearn_main.h"
Include dependency graph for plearn_tut.cc:

Go to the source code of this file.

Defines

#define PLEARN_MAJOR_VERSION   0
 All includes should go into plearn_inc.h.
#define PLEARN_MINOR_VERSION   92
#define PLEARN_FIXLEVEL   0

Functions

int main (int argc, char **argv)

Define Documentation

#define PLEARN_FIXLEVEL   0

Definition at line 42 of file plearn_tut.cc.

Referenced by main().

#define PLEARN_MAJOR_VERSION   0

All includes should go into plearn_inc.h.

Definition at line 40 of file plearn_tut.cc.

Referenced by main().

#define PLEARN_MINOR_VERSION   92

Definition at line 41 of file plearn_tut.cc.

Referenced by main().


Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 255 of file plearn_tut.cc.

References PLEARN_FIXLEVEL, PLearn::plearn_main(), PLEARN_MAJOR_VERSION, and PLEARN_MINOR_VERSION.

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines