PLearn 0.1
|
#include "VMat.h"
Go to the source code of this file.
Classes | |
class | PLearn::BatchVMatrix |
VMat class that replicates small parts of a matrix (mini-batches), so that each mini-batch appears twice (consecutively). More... | |
class | PLearn::DiffTemplate< ObjectType, BatchVMatrix > |
class | PLearn::TypeTraits< BatchVMatrix > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const BatchVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, BatchVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, BatchVMatrix *&o) |
PStream & | PLearn::operator<< (PStream &out, const BatchVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, PP< BatchVMatrix > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, BatchVMatrix > *opt, PLearnDiff *diffs) |