|
PLearn 0.1
|
#include <plearn/ker/Kernel.h>

Go to the source code of this file.
Classes | |
| class | PLearn::SummationKernel |
| Kernel computing the sum of other kernels. More... | |
| class | PLearn::DiffTemplate< ObjectType, SummationKernel > |
| class | PLearn::TypeTraits< SummationKernel > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const SummationKernel &o) |
| PStream & | PLearn::operator>> (PStream &in, SummationKernel &o) |
| PStream & | PLearn::operator>> (PStream &in, SummationKernel *&o) |
| PStream & | PLearn::operator<< (PStream &out, const SummationKernel &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< SummationKernel > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, SummationKernel > *opt, PLearnDiff *diffs) |
Definition in file SummationKernel.h.
1.7.4