PLearn 0.1
|
#include <plearn/base/Object.h>
#include <plearn/var/Func.h>
#include <plearn/math/Mat.h>
#include <plearn/measure/Measurer.h>
#include <plearn/math/VecStatsCollector.h>
#include <plearn/vmat/VMat.h>
Go to the source code of this file.
Classes | |
class | PLearn::Optimizer |
class | PLearn::DiffTemplate< ObjectType, Optimizer > |
class | PLearn::TypeTraits< Optimizer > |
Namespaces | |
namespace | PLearn |
< for swap | |
Defines | |
#define | ALL_SAMPLES (-1) |
#define | DEFAULT_SAMPLES (-2) |
Functions | |
Object * | PLearn::toObjectPtr (const Optimizer &o) |
PStream & | PLearn::operator>> (PStream &in, Optimizer &o) |
PStream & | PLearn::operator>> (PStream &in, Optimizer *&o) |
PStream & | PLearn::operator<< (PStream &out, const Optimizer &o) |
PStream & | PLearn::operator>> (PStream &in, PP< Optimizer > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, Optimizer > *opt, PLearnDiff *diffs) |
#define ALL_SAMPLES (-1) |
Definition at line 57 of file Optimizer.h.
#define DEFAULT_SAMPLES (-2) |
Definition at line 58 of file Optimizer.h.