PLearn 0.1
|
#include "Kernel.h"
#include <plearn/vmat/SelectRowsVMatrix.h>
#include <plearn/vmat/ShiftAndRescaleVMatrix.h>
Go to the source code of this file.
Classes | |
class | PLearn::ReconstructionWeightsKernel |
class | PLearn::DiffTemplate< ObjectType, ReconstructionWeightsKernel > |
class | PLearn::TypeTraits< ReconstructionWeightsKernel > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const ReconstructionWeightsKernel &o) |
PStream & | PLearn::operator>> (PStream &in, ReconstructionWeightsKernel &o) |
PStream & | PLearn::operator>> (PStream &in, ReconstructionWeightsKernel *&o) |
PStream & | PLearn::operator<< (PStream &out, const ReconstructionWeightsKernel &o) |
PStream & | PLearn::operator>> (PStream &in, PP< ReconstructionWeightsKernel > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, ReconstructionWeightsKernel > *opt, PLearnDiff *diffs) |
Definition in file ReconstructionWeightsKernel.h.