PLearn 0.1
Classes | Namespaces | Functions
NatGradItEstimator.h File Reference
#include <plearn/base/Object.h>
#include <plearn/math/TMat_impl.h>
Include dependency graph for NatGradItEstimator.h:

Go to the source code of this file.

Classes

class  PLearn::NatGradEstimator
 Class used for converting a sequence of n-dimensional gradients g_t into covariance-corrected update directions v_t, approximating v_t = inv(C_t) g_t, with C_t = gamma C_{t-1} + g_t g_t'. More...
class  PLearn::DiffTemplate< ObjectType, NatGradEstimator >
class  PLearn::TypeTraits< NatGradEstimator >

Namespaces

namespace  PLearn
 

< for swap


Functions

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