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

Go to the source code of this file.

Classes

class  PLearn::SubsampleVariable
 A subsample var; equals subrample(input, the_subsamplefactor) More...
class  PLearn::DiffTemplate< ObjectType, SubsampleVariable >
class  PLearn::TypeTraits< SubsampleVariable >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const SubsampleVariable &o)
PStream & PLearn::operator>> (PStream &in, SubsampleVariable &o)
PStream & PLearn::operator>> (PStream &in, SubsampleVariable *&o)
PStream & PLearn::operator<< (PStream &out, const SubsampleVariable &o)
PStream & PLearn::operator>> (PStream &in, PP< SubsampleVariable > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, SubsampleVariable > *opt, PLearnDiff *diffs)
Var PLearn::subsample (Var input, int subsample_factor)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines