|
PLearn 0.1
|
#include <SampleVariable.h>


Public Member Functions | |
| UnarySampleVariable (Variable *input, int length, int width) | |
| virtual string | classname () const |
| virtual void | bprop () |
| Nothing to do by default. | |
| VarArray | random_sources () |
| return ancestors which compute a non-deterministic function of their parents | |
Definition at line 71 of file SampleVariable.h.
| PLearn::UnarySampleVariable::UnarySampleVariable | ( | Variable * | input, |
| int | length, | ||
| int | width | ||
| ) | [inline] |
Definition at line 74 of file SampleVariable.h.
:UnaryVariable(input,length,width) {}
| virtual void PLearn::UnarySampleVariable::bprop | ( | ) | [inline, virtual] |
Nothing to do by default.
Reimplemented from PLearn::UnaryVariable.
Definition at line 77 of file SampleVariable.h.
{ }
| string PLearn::UnarySampleVariable::classname | ( | ) | const [virtual] |
Reimplemented from PLearn::UnaryVariable.
Reimplemented in PLearn::MultinomialSampleVariable.
Definition at line 67 of file SampleVariable.cc.
{ return "UnarySampleVariable"; }
| VarArray PLearn::UnarySampleVariable::random_sources | ( | ) | [virtual] |
return ancestors which compute a non-deterministic function of their parents
Reimplemented from PLearn::UnaryVariable.
Definition at line 70 of file SampleVariable.cc.
1.7.4