|
PLearn 0.1
|
#include <plearn/vmat/SourceVMatrix.h>

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) |
Definition in file ReIndexedTargetVMatrix.h.
1.7.4