#include <Binner.h>
Inheritance diagram for PLearn::Binner:
Public Types | |
typedef Object | inherited |
Public Member Functions | |
Binner () | |
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. | |
virtual PP< RealMapping > | getBinning (VMat v) const |
Returns a binning for a single column vmatrix v. | |
PLEARN_DECLARE_OBJECT (Binner) | |
Declares name and deepCopy methods. | |
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::ManualBinner. |
|
|
|
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::ManualBinner. Definition at line 91 of file Binner.cc. References build_(). |
|
This does the actual building.
Reimplemented from PLearn::Object. Reimplemented in PLearn::ManualBinner. Definition at line 79 of file Binner.cc. Referenced by build(). |
|
Declares this class' options.
Reimplemented from PLearn::Object. Reimplemented in PLearn::ManualBinner. Definition at line 62 of file Binner.cc. References PLearn::OptionList. |
|
Returns a binning for a single column vmatrix v.
Reimplemented in PLearn::ManualBinner. Definition at line 113 of file Binner.cc. References PLERROR. |
|
Transforms a shallow copy into a deep copy.
Reimplemented in PLearn::ManualBinner. Definition at line 98 of file Binner.cc. References PLERROR. |
|
Declares name and deepCopy methods.
|