PLearn 0.1
|
#include "SimpleDB.h"
#include <plearn/vmat/VMat.h>
#include <plearn/vmat/RowBufferedVMatrix.h>
#include <plearn/io/openFile.h>
Go to the source code of this file.
Classes | |
class | PLearn::StringFieldMapping |
class | PLearn::NumToStringMapping |
class | PLearn::AutoSDBVMatrix |
A VMatrix view of a SimpleDB: columns whose type is string are removed from the view, all others are converted to real (characters to their ascii code, and dates to the float date format: 990324) More... | |
Namespaces | |
namespace | PLearn |
< for swap |
Definition in file AutoSDBVMatrix.h.