PLearn 0.1
|
#include "NaryVariable.h"
Go to the source code of this file.
Classes | |
class | PLearn::SumOverBagsVariable |
class | PLearn::DiffTemplate< ObjectType, SumOverBagsVariable > |
class | PLearn::TypeTraits< SumOverBagsVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const SumOverBagsVariable &o) |
PStream & | PLearn::operator>> (PStream &in, SumOverBagsVariable &o) |
PStream & | PLearn::operator>> (PStream &in, SumOverBagsVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const SumOverBagsVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< SumOverBagsVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, SumOverBagsVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::sumOverBags (VMat vmat, Func f, int max_bag_size, int nsamples, bool average=false, bool transpose=false) |
sumOf |