|
PLearn 0.1
|
#include <plearn/base/Object.h>

Go to the source code of this file.
Classes | |
| class | PLearn::RealFunction |
| The first sentence should be a BRIEF DESCRIPTION of what the class does. More... | |
| class | PLearn::DiffTemplate< ObjectType, RealFunction > |
| class | PLearn::TypeTraits< RealFunction > |
Namespaces | |
| namespace | PLearn |
< for swap | |
Typedefs | |
| typedef PP< RealFunction > | PLearn::RealFunc |
Functions | |
| Object * | PLearn::toObjectPtr (const RealFunction &o) |
| PStream & | PLearn::operator>> (PStream &in, RealFunction &o) |
| PStream & | PLearn::operator>> (PStream &in, RealFunction *&o) |
| PStream & | PLearn::operator<< (PStream &out, const RealFunction &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< RealFunction > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, RealFunction > *opt, PLearnDiff *diffs) |
| void | PLearn::evaluate_functions (const TVec< RealFunc > &functions, const Vec &input, Vec &featurevec) |
| Computes featurevec which results from evaluating each function at the given input. | |
Definition in file RealFunction.h.
1.7.4