| PLearn 0.1 | 
#include <SampleVariable.h>


| Public Member Functions | |
| SourceSampleVariable (int length, int width) | |
| virtual SourceSampleVariable * | deepCopy (CopiesMap &copies) const =0 | 
| virtual string | classname () const | 
| virtual void | bprop () | 
| VarArray | random_sources () | 
| return ancestors which compute a non-deterministic function of their parents | |
Definition at line 60 of file SampleVariable.h.
Definition at line 63 of file SampleVariable.h.
:SourceVariable(length, width) {}
| virtual void PLearn::SourceSampleVariable::bprop | ( | ) |  [inline, virtual] | 
| string PLearn::SourceSampleVariable::classname | ( | ) | const  [virtual] | 
Reimplemented from PLearn::SourceVariable.
Reimplemented in PLearn::UniformSampleVariable.
Definition at line 54 of file SampleVariable.cc.
{ return "SourceSampleVariable"; }
| virtual SourceSampleVariable* PLearn::SourceSampleVariable::deepCopy | ( | CopiesMap & | copies | ) | const  [pure virtual] | 
Reimplemented from PLearn::SourceVariable.
Implemented in PLearn::UniformSampleVariable.
| VarArray PLearn::SourceSampleVariable::random_sources | ( | ) |  [virtual] | 
return ancestors which compute a non-deterministic function of their parents
Reimplemented from PLearn::SourceVariable.
Definition at line 57 of file SampleVariable.cc.
 1.7.4
 1.7.4