PLearn 0.1
Classes | Namespaces | Functions
InterValuesVariable.h File Reference
#include "UnaryVariable.h"
Include dependency graph for InterValuesVariable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::InterValuesVariable
 if values = [x1,x2,...,x10], the resulting variable is [(x1+x2)/2,(x2+x3)/2, ... More...
class  PLearn::DiffTemplate< ObjectType, InterValuesVariable >
class  PLearn::TypeTraits< InterValuesVariable >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const InterValuesVariable &o)
PStream & PLearn::operator>> (PStream &in, InterValuesVariable &o)
PStream & PLearn::operator>> (PStream &in, InterValuesVariable *&o)
PStream & PLearn::operator<< (PStream &out, const InterValuesVariable &o)
PStream & PLearn::operator>> (PStream &in, PP< InterValuesVariable > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, InterValuesVariable > *opt, PLearnDiff *diffs)
Var PLearn::interValues (Var values)
 if values = [x1,x2,...,x10], the resulting variable is [(x1+x2)/2,(x2+x3)/2, ...
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines