PLearn 0.1
|
#include "PyPLearnScript.h"
#include <plearn/sys/Popen.h>
#include <plearn/io/openFile.h>
#include <plearn/io/fileutils.h>
#include <plearn/base/stringutils.h>
#include <plearn/base/pl_repository_revision.h>
#include <plearn/vmat/VMatrix.h>
#include <plearn/io/pl_log.h>
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::smartLoadObject (PPath filepath, const vector< string > &args, time_t &return_date) |
Reads an object from the given filepath, performaing adequate preprocessing according to file extension. |
Definition in file PyPLearnScript.cc.