PLearn 0.1
|
#include "UnaryVariable.h"
Go to the source code of this file.
Classes | |
class | PLearn::PLogPVariable |
returns the elementwise x*log(x) in a (hopefully!) numerically stable way This can be used to compute the Entropy for instance More... | |
class | PLearn::DiffTemplate< ObjectType, PLogPVariable > |
class | PLearn::TypeTraits< PLogPVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const PLogPVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PLogPVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PLogPVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const PLogPVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< PLogPVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, PLogPVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::plogp (Var v) |