#include <SampleVariable.h>
Inheritance diagram for PLearn::DiagonalNormalSampleVariable:
Public Member Functions | |
DiagonalNormalSampleVariable (Variable *mu, Variable *sigma) | |
virtual DiagonalNormalSampleVariable * | deepCopy (map< const void *, void * > &copies) const |
virtual string | classname () const |
virtual void | fprop () |
compute output given input |
|
Definition at line 169 of file SampleVariable.cc. References PLERROR. |
|
Reimplemented from PLearn::BinarySampleVariable. Definition at line 165 of file SampleVariable.cc. |
|
Definition at line 177 of file SampleVariable.cc. References PLearn::BinaryVariable::makeDeepCopyFromShallowCopy(). |
|
compute output given input
Implements PLearn::Variable. Definition at line 193 of file SampleVariable.cc. References PLearn::gaussian_mu_sigma(), k, and PLearn::Variable::length(). |