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

Go to the source code of this file.

Classes

class  PLearn::ReIndexedTargetVMatrix
 VMatrix the reindexes the target fields of a source VMatrix, according to the getValues(row,target_col) function, where row contains the values of a row of the source VMatrix, and target_col is the column index of (one of ) the target field. More...
class  PLearn::DiffTemplate< ObjectType, ReIndexedTargetVMatrix >
class  PLearn::TypeTraits< ReIndexedTargetVMatrix >

Namespaces

namespace  PLearn
 

< for swap


Functions

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

Detailed Description

Definition in file ReIndexedTargetVMatrix.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines