PLearn 0.1
|
#include "SourceVMatrix.h"
Go to the source code of this file.
Classes | |
class | PLearn::LocalNeighborsDifferencesVMatrix |
class | PLearn::DiffTemplate< ObjectType, LocalNeighborsDifferencesVMatrix > |
class | PLearn::TypeTraits< LocalNeighborsDifferencesVMatrix > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const LocalNeighborsDifferencesVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, LocalNeighborsDifferencesVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, LocalNeighborsDifferencesVMatrix *&o) |
PStream & | PLearn::operator<< (PStream &out, const LocalNeighborsDifferencesVMatrix &o) |
PStream & | PLearn::operator>> (PStream &in, PP< LocalNeighborsDifferencesVMatrix > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, LocalNeighborsDifferencesVMatrix > *opt, PLearnDiff *diffs) |
VMat | PLearn::local_neighbors_differences (VMat source, int n_neighbors, bool concat=false, bool append_indexes=false, bool append_neighbors=false) |
Definition in file LocalNeighborsDifferencesVMatrix.h.