|
PLearn 0.1
|


Go to the source code of this file.
Classes | |
| class | PLearn::AppendNeighborsVMatrix |
| Appends the nearest neighbors of the input samples of a source VMatrix. More... | |
| class | PLearn::DiffTemplate< ObjectType, AppendNeighborsVMatrix > |
| class | PLearn::TypeTraits< AppendNeighborsVMatrix > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const AppendNeighborsVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, AppendNeighborsVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, AppendNeighborsVMatrix *&o) |
| PStream & | PLearn::operator<< (PStream &out, const AppendNeighborsVMatrix &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< AppendNeighborsVMatrix > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, AppendNeighborsVMatrix > *opt, PLearnDiff *diffs) |
| VMat | PLearn::append_neighbors (VMat source, int n_neighbors, bool append_neighbor_indices=false, Func transformation=0) |
Definition in file AppendNeighborsVMatrix.h.
1.7.4