PLearn 0.1
|
#include "SelectRowsVMatrix.h"
Go to the source code of this file.
Classes | |
class | PLearn::SortRowsVMatrix |
Sort the samples of a VMatrix according to one (or more) given columns. More... | |
class | PLearn::DiffTemplate< ObjectType, SortRowsVMatrix > |
class | PLearn::TypeTraits< SortRowsVMatrix > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const SortRowsVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, SortRowsVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, SortRowsVMatrix *&o) |
PStream & | PLearn::operator<< (PStream &out, const SortRowsVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, PP< SortRowsVMatrix > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, SortRowsVMatrix > *opt, PLearnDiff *diffs) |
Definition in file SortRowsVMatrix.h.