PLearn 0.1
Classes | Namespaces | Functions
GeneralizedOneHotVMatrix.h File Reference
#include "SourceVMatrix.h"
#include <plearn/math/TMat_maths.h>
#include "VMat.h"
Include dependency graph for GeneralizedOneHotVMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::GeneralizedOneHotVMatrix
 This VMat is a generalization of OneHotVMatrix where many columns (given by the Vec index) are mapped, instead of just the last one. More...
class  PLearn::DiffTemplate< ObjectType, GeneralizedOneHotVMatrix >
class  PLearn::TypeTraits< GeneralizedOneHotVMatrix >

Namespaces

namespace  PLearn
 

< for swap


Functions

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

Detailed Description

Definition in file GeneralizedOneHotVMatrix.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines