#include <LimitedGaussianSmoother.h>
Inheritance diagram for PLearn::LimitedGaussianSmoother:
Public Types | |
typedef Smoother | inherited |
Public Member Functions | |
LimitedGaussianSmoother () | |
LimitedGaussianSmoother (real window_size_wrt_sigma_, real sigma_bin_) | |
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 (LimitedGaussianSmoother) | |
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 |
Static Protected Member Functions | |
void | declareOptions (OptionList &ol) |
Declares this class' options. | |
Protected Attributes | |
real | window_size_wrt_sigma |
real | sigma_bin |
Private Member Functions | |
void | build_ () |
This does the actual building. |
|
Reimplemented from PLearn::Smoother. Definition at line 70 of file LimitedGaussianSmoother.h. |
|
Definition at line 46 of file LimitedGaussianSmoother.cc. |
|
Definition at line 56 of file LimitedGaussianSmoother.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. Definition at line 91 of file LimitedGaussianSmoother.cc. References build_(). |
|
This does the actual building.
Reimplemented from PLearn::Smoother. Definition at line 79 of file LimitedGaussianSmoother.cc. Referenced by build(). |
|
Declares this class' options.
Reimplemented from PLearn::Smoother. Definition at line 62 of file LimitedGaussianSmoother.cc. References PLearn::OptionList. |
|
Transforms a shallow copy into a deep copy.
Reimplemented from PLearn::Smoother. Definition at line 98 of file LimitedGaussianSmoother.cc. References PLERROR. |
|
Declares name and deepCopy methods.
|
|
Implements PLearn::Smoother. Definition at line 113 of file LimitedGaussianSmoother.cc. References PLearn::TVec< T >::fill(), PLearn::gauss_cum(), PLearn::TVec< T >::length(), PLearn::TVec< T >::resize(), sigma_bin, PLearn::Vec, and window_size_wrt_sigma. |
|
Definition at line 65 of file LimitedGaussianSmoother.h. Referenced by smooth(). |
|
Definition at line 65 of file LimitedGaussianSmoother.h. Referenced by smooth(). |