|
PLearn 0.1
|
#include <plearn_learners/online/CostModule.h>

Go to the source code of this file.
Classes | |
| class | PLearn::CombiningCostsModule |
| Combine several CostModules with the same input and target. More... | |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| Object * | PLearn::toObjectPtr (const CombiningCostsModule &o) |
| PStream & | PLearn::operator>> (PStream &in, CombiningCostsModule &o) |
| PStream & | PLearn::operator>> (PStream &in, CombiningCostsModule *&o) |
| PStream & | PLearn::operator<< (PStream &out, const CombiningCostsModule &o) |
| PStream & | PLearn::operator>> (PStream &in, PP< CombiningCostsModule > &o) |
| template<class ObjectType > | |
| int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, CombiningCostsModule > *opt, PLearnDiff *diffs) |
| PLearn::DECLARE_SPECIALIZED_DIFF_CLASS (CombiningCostsModule) template<> class TypeTraits< CombiningCostsModule > | |
Definition in file CombiningCostsModule.h.
1.7.4