PLearn 0.1
|
#include <plearn_learners/online/CostModule.h>
Go to the source code of this file.
Classes | |
class | PLearn::CrossEntropyCostModule |
Computes the cross-entropy, given two activation vectors. More... | |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const CrossEntropyCostModule &o) |
PStream & | PLearn::operator>> (PStream &in, CrossEntropyCostModule &o) |
PStream & | PLearn::operator>> (PStream &in, CrossEntropyCostModule *&o) |
PStream & | PLearn::operator<< (PStream &out, const CrossEntropyCostModule &o) |
PStream & | PLearn::operator>> (PStream &in, PP< CrossEntropyCostModule > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, CrossEntropyCostModule > *opt, PLearnDiff *diffs) |
PLearn::DECLARE_SPECIALIZED_DIFF_CLASS (CrossEntropyCostModule) template<> class TypeTraits< CrossEntropyCostModule > |
Definition in file CrossEntropyCostModule.h.