PLearn 0.1
Classes | Namespaces | Typedefs | Functions
RealFunction.h File Reference
#include <plearn/base/Object.h>
Include dependency graph for RealFunction.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Definition in file RealFunction.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines