PLearn 0.1
Classes | Namespaces | Functions
PythonProcessedLearner.h File Reference
#include <plearn/python/PythonCodeSnippet.h>
#include <plearn_learners/generic/PLearner.h>
Include dependency graph for PythonProcessedLearner.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::PythonProcessedLearner
 Allows preprocessing operations to be carried out by a Python code snippet. More...
class  PLearn::DiffTemplate< ObjectType, PythonProcessedLearner >
class  PLearn::TypeTraits< PythonProcessedLearner >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const PythonProcessedLearner &o)
PStream & PLearn::operator>> (PStream &in, PythonProcessedLearner &o)
PStream & PLearn::operator>> (PStream &in, PythonProcessedLearner *&o)
PStream & PLearn::operator<< (PStream &out, const PythonProcessedLearner &o)
PStream & PLearn::operator>> (PStream &in, PP< PythonProcessedLearner > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, PythonProcessedLearner > *opt, PLearnDiff *diffs)

Detailed Description

Definition in file PythonProcessedLearner.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines