#include <SampleVariable.h>
Inheritance diagram for PLearn::SourceSampleVariable:
Public Member Functions | |
SourceSampleVariable (int length, int width) | |
virtual SourceSampleVariable * | deepCopy (map< const void *, void * > &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 63 of file SampleVariable.h. |
|
Reimplemented from PLearn::SourceVariable. Definition at line 67 of file SampleVariable.h. |
|
Reimplemented from PLearn::Object. Reimplemented in PLearn::UniformSampleVariable. Definition at line 54 of file SampleVariable.cc. |
|
Implemented in PLearn::UniformSampleVariable. |
|
return ancestors which compute a non-deterministic function of their parents
Reimplemented from PLearn::SourceVariable. Definition at line 57 of file SampleVariable.cc. |