PLearn 0.1
|
#include "viewVMat.h"
#include <algorithm>
#include <plearn/base/general.h>
#include <plearn/base/stringutils.h>
#include <plearn/vmat/ConcatColumnsVMatrix.h>
#include <plearn/vmat/SortRowsVMatrix.h>
#include <plearn/vmat/SubVMatrix.h>
#include <plearn/db/getDataSet.h>
#include "curses.h"
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
bool | PLearn::getList (char *str, int curj, const VMat &vm, Vec &outList, char *strReason) |
void | PLearn::viewVMat (const VMat &vm, PPath filename="") |
Enters curses interactive view of dataset vm. | |
BEGIN_DECLARE_REMOTE_FUNCTIONS | PLearn::declareFunction ("viewVMat",&viewVMat,(BodyDoc("Displays a VMat's contents using curses.\n"), ArgDoc("vm","the VMat to display"), ArgDoc("filename","optional filename of the dataset, that may be used to reload it (\"\" works just fine)"))) |