PLearn 0.1
Classes | Namespaces | Defines | Functions
InfiniteMNISTVMatrix.h File Reference
#include <plearn/vmat/RowBufferedVMatrix.h>
#include <plearn/math/PRandom.h>
#include <kernel-invariant.h>
Include dependency graph for InfiniteMNISTVMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::InfiniteMNISTVMatrix
 VMatrix that uses the code from "Training Invariant Support Vector Machines using Selective Sampling" by Loosli, Canu and Bottou (JMLR 2007), to generate "infinite" stream (i.e. More...
class  PLearn::DiffTemplate< ObjectType, InfiniteMNISTVMatrix >
class  PLearn::TypeTraits< InfiniteMNISTVMatrix >

Namespaces

namespace  PLearn
 

< for swap


Defines

#define TEST_IMAGES_PATH   "/home/fringant2/lisa/data/mnist/t10k-images-idx3-ubyte"
#define TEST_LABELS_PATH   "/home/fringant2/lisa/data/mnist/t10k-labels-idx1-ubyte"
#define TRAIN_IMAGES_PATH   "/home/fringant2/lisa/data/mnist/train-images-idx3-ubyte"
#define TRAIN_LABELS_PATH   "/home/fringant2/lisa/data/mnist/train-labels-idx1-ubyte"
#define FIELDS_PATH   "/home/fringant2/lisa/data/mnist/fields_float_1522x28x28.bin"
#define TANGVEC_PATH   "/home/fringant2/lisa/data/mnist/tangVec_float_60000x28x28.bin"

Functions

Object * PLearn::toObjectPtr (const InfiniteMNISTVMatrix &o)
PStream & PLearn::operator>> (PStream &in, InfiniteMNISTVMatrix &o)
PStream & PLearn::operator>> (PStream &in, InfiniteMNISTVMatrix *&o)
PStream & PLearn::operator<< (PStream &out, const InfiniteMNISTVMatrix &o)
PStream & PLearn::operator>> (PStream &in, PP< InfiniteMNISTVMatrix > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, InfiniteMNISTVMatrix > *opt, PLearnDiff *diffs)

Detailed Description

Definition in file InfiniteMNISTVMatrix.h.


Define Documentation

#define FIELDS_PATH   "/home/fringant2/lisa/data/mnist/fields_float_1522x28x28.bin"

Definition at line 47 of file InfiniteMNISTVMatrix.h.

#define TANGVEC_PATH   "/home/fringant2/lisa/data/mnist/tangVec_float_60000x28x28.bin"

Definition at line 48 of file InfiniteMNISTVMatrix.h.

#define TEST_IMAGES_PATH   "/home/fringant2/lisa/data/mnist/t10k-images-idx3-ubyte"

Definition at line 43 of file InfiniteMNISTVMatrix.h.

#define TEST_LABELS_PATH   "/home/fringant2/lisa/data/mnist/t10k-labels-idx1-ubyte"

Definition at line 44 of file InfiniteMNISTVMatrix.h.

#define TRAIN_IMAGES_PATH   "/home/fringant2/lisa/data/mnist/train-images-idx3-ubyte"

Definition at line 45 of file InfiniteMNISTVMatrix.h.

#define TRAIN_LABELS_PATH   "/home/fringant2/lisa/data/mnist/train-labels-idx1-ubyte"

Definition at line 46 of file InfiniteMNISTVMatrix.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines