#include <Smoother.h>
Inheritance diagram for PLearn::Smoother:
Public Types | |
typedef Object | inherited |
Public Member Functions | |
Smoother () | |
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_ABSTRACT_OBJECT (Smoother) | |
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 =0 |
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::Object. Reimplemented in PLearn::ConditionalCDFSmoother, PLearn::LimitedGaussianSmoother, and PLearn::ScaledConditionalCDFSmoother. Definition at line 61 of file Smoother.h. |
|
Definition at line 45 of file Smoother.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::Object. Reimplemented in PLearn::ConditionalCDFSmoother, PLearn::LimitedGaussianSmoother, and PLearn::ScaledConditionalCDFSmoother. Definition at line 87 of file Smoother.cc. References build_(). |
|
This does the actual building.
Reimplemented from PLearn::Object. Reimplemented in PLearn::ConditionalCDFSmoother, PLearn::LimitedGaussianSmoother, and PLearn::ScaledConditionalCDFSmoother. Definition at line 75 of file Smoother.cc. Referenced by build(). |
|
Declares this class' options.
Reimplemented from PLearn::Object. Reimplemented in PLearn::ConditionalCDFSmoother, PLearn::LimitedGaussianSmoother, and PLearn::ScaledConditionalCDFSmoother. Definition at line 58 of file Smoother.cc. References PLearn::OptionList. |
|
Transforms a shallow copy into a deep copy.
Reimplemented in PLearn::ConditionalCDFSmoother, PLearn::LimitedGaussianSmoother, and PLearn::ScaledConditionalCDFSmoother. Definition at line 94 of file Smoother.cc. References PLERROR. |
|
Declares name and deepCopy methods.
|
|
Implemented in PLearn::ConditionalCDFSmoother, PLearn::LimitedGaussianSmoother, and PLearn::ScaledConditionalCDFSmoother. |