|
PLearn 0.1
|
#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"
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 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().
Definition at line 255 of file plearn_tut.cc.
References PLEARN_FIXLEVEL, PLearn::plearn_main(), PLEARN_MAJOR_VERSION, and PLEARN_MINOR_VERSION.
{
return plearn_main( argc, argv,
PLEARN_MAJOR_VERSION,
PLEARN_MINOR_VERSION,
PLEARN_FIXLEVEL );
}

1.7.4