#include <ConditionalCDFSmoother.h>
Inheritance diagram for PLearn::ConditionalCDFSmoother:
Public Types | |
typedef Smoother | inherited |
Public Member Functions | |
ConditionalCDFSmoother () | |
ConditionalCDFSmoother (PP< HistogramDistribution > &prior_cdf_) | |
virtual void | build () |
Should call simply inherited::build(), then this class's build_(). | |
virtual void | makeDeepCopyFromShallowCopy (map< const void *, void * > &copies) |
Transforms a shallow copy into a deep copy. | |
PLEARN_DECLARE_OBJECT (ConditionalCDFSmoother) | |
Declares name and deepCopy methods. | |
virtual real | smooth (const Vec &source_function, Vec &smoothed_function, Vec bin_positions=Vec(), Vec dest_bin_positions=Vec()) const |
Public Attributes | |
PP< HistogramDistribution > | prior_cdf |
Static Protected Member Functions | |
void | declareOptions (OptionList &ol) |
Declares this class' options. | |
Private Member Functions | |
void | build_ () |
This does the actual building. |
|
Reimplemented from PLearn::Smoother. Reimplemented in PLearn::ScaledConditionalCDFSmoother. Definition at line 65 of file ConditionalCDFSmoother.h. |
|
Definition at line 50 of file ConditionalCDFSmoother.cc. |
|
Definition at line 52 of file ConditionalCDFSmoother.cc. |
|
Should call simply inherited::build(), then this class's build_(). This method should be callable again at later times, after modifying some option fields to change the "architecture" of the object. Reimplemented from PLearn::Smoother. Reimplemented in PLearn::ScaledConditionalCDFSmoother. Definition at line 77 of file ConditionalCDFSmoother.cc. References build_(). |
|
This does the actual building.
Reimplemented from PLearn::Smoother. Reimplemented in PLearn::ScaledConditionalCDFSmoother. Definition at line 73 of file ConditionalCDFSmoother.cc. Referenced by build(). |
|
Declares this class' options.
Reimplemented from PLearn::Smoother. Reimplemented in PLearn::ScaledConditionalCDFSmoother. Definition at line 64 of file ConditionalCDFSmoother.cc. References PLearn::declareOption(), and PLearn::OptionList. |
|
Transforms a shallow copy into a deep copy.
Reimplemented from PLearn::Smoother. Reimplemented in PLearn::ScaledConditionalCDFSmoother. Definition at line 83 of file ConditionalCDFSmoother.cc. References PLearn::deepCopyField(), and prior_cdf. |
|
Declares name and deepCopy methods.
|
|
Implements PLearn::Smoother. Reimplemented in PLearn::ScaledConditionalCDFSmoother. Definition at line 89 of file ConditionalCDFSmoother.cc. References PLERROR, and PLearn::Vec. |
|
Definition at line 71 of file ConditionalCDFSmoother.h. Referenced by makeDeepCopyFromShallowCopy(). |