PLearn 0.1
|
#include <SampleVariable.h>
Public Member Functions | |
BinarySampleVariable (Variable *input1, Variable *input2, int length, int width) | |
virtual string | classname () const |
virtual void | bprop () |
VarArray | random_sources () |
return ancestors which compute a non-deterministic function of their parents |
Definition at line 81 of file SampleVariable.h.
PLearn::BinarySampleVariable::BinarySampleVariable | ( | Variable * | input1, |
Variable * | input2, | ||
int | length, | ||
int | width | ||
) | [inline] |
Definition at line 84 of file SampleVariable.h.
:BinaryVariable(input1,input2,length,width) { }
virtual void PLearn::BinarySampleVariable::bprop | ( | ) | [inline, virtual] |
string PLearn::BinarySampleVariable::classname | ( | ) | const [virtual] |
Reimplemented from PLearn::Object.
Reimplemented in PLearn::DiagonalNormalSampleVariable.
Definition at line 80 of file SampleVariable.cc.
{ return "BinarySampleVariable"; }
VarArray PLearn::BinarySampleVariable::random_sources | ( | ) | [virtual] |
return ancestors which compute a non-deterministic function of their parents
Reimplemented from PLearn::BinaryVariable.
Definition at line 83 of file SampleVariable.cc.