PLearn 0.1
|
Go to the source code of this file.
Classes | |
class | PLearn::GradientCorrector |
Virtual class used for converting a sequence of n-dimensional gradients g_t into corrected update directions v_t. More... | |
class | PLearn::DiffTemplate< ObjectType, GradientCorrector > |
class | PLearn::TypeTraits< GradientCorrector > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const GradientCorrector &o) |
PStream & | PLearn::operator>> (PStream &in, GradientCorrector &o) |
PStream & | PLearn::operator>> (PStream &in, GradientCorrector *&o) |
PStream & | PLearn::operator<< (PStream &out, const GradientCorrector &o) |
PStream & | PLearn::operator>> (PStream &in, PP< GradientCorrector > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, GradientCorrector > *opt, PLearnDiff *diffs) |
Definition in file GradientCorrector.h.