PLearn 0.1
|
#include "BinaryVariable.h"
Go to the source code of this file.
Classes | |
class | PLearn::NegCrossEntropySigmoidVariable |
class | PLearn::DiffTemplate< ObjectType, NegCrossEntropySigmoidVariable > |
class | PLearn::TypeTraits< NegCrossEntropySigmoidVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const NegCrossEntropySigmoidVariable &o) |
PStream & | PLearn::operator>> (PStream &in, NegCrossEntropySigmoidVariable &o) |
PStream & | PLearn::operator>> (PStream &in, NegCrossEntropySigmoidVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const NegCrossEntropySigmoidVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< NegCrossEntropySigmoidVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, NegCrossEntropySigmoidVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::stable_cross_entropy (Var linear_output, Var target, bool ignore_missing=false) |