PLearn 0.1
Namespaces | Functions
getDataSet.cc File Reference
#include <plearn/base/Object.h>
#include "getDataSet.h"
#include <plearn/io/MatIO.h>
#include <plearn/base/stringutils.h>
#include <plearn/io/fileutils.h>
#include <plearn/io/pl_log.h>
#include <plearn/io/PyPLearnScript.h>
#include <plearn/vmat/DiskVMatrix.h>
#include <plearn/vmat/FileVMatrix.h>
#include <plearn/vmat/VMat.h>
#include <plearn/vmat/VVMatrix.h>
#include <nspr/prtime.h>
Include dependency graph for getDataSet.cc:

Go to the source code of this file.

Namespaces

namespace  PLearn
 

< for swap


Functions

time_t PLearn::getDataSetDate (const PPath &dataset_path)
 Return the last time a dataset was modified.
VMat PLearn::getDataSet (const PPath &dataset_path)
 Return the dataset pointed by 'dataset_path'.
string PLearn::getDataSetHelp ()
 Return help on the dataset syntax.
BEGIN_DECLARE_REMOTE_FUNCTIONS PLearn::declareFunction ("getDataSet",&getDataSet,(BodyDoc("Returns a VMat from a path to the corresponding file.\n"), ArgDoc("dataset_path","the path to the VMat file or directory"), RetDoc("corresponding VMat object")))
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines