#include <RemoveDuplicateVMatrix.h>
Inheritance diagram for PLearn::RemoveDuplicateVMatrix:
Public Member Functions | |
RemoveDuplicateVMatrix () | |
Default constructor. | |
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 (RemoveDuplicateVMatrix) | |
Declares name and deepCopy methods. | |
Public Attributes | |
real | epsilon |
int | verbosity |
Static Protected Member Functions | |
void | declareOptions (OptionList &ol) |
Declares this class' options. | |
Private Types | |
typedef SelectRowsVMatrix | inherited |
Private Member Functions | |
void | build_ () |
This does the actual building. |
|
Reimplemented from PLearn::SelectRowsVMatrix. Definition at line 57 of file RemoveDuplicateVMatrix.h. |
|
Default constructor.
Definition at line 53 of file RemoveDuplicateVMatrix.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::SelectRowsVMatrix. Definition at line 94 of file RemoveDuplicateVMatrix.cc. References build_(). |
|
This does the actual building.
Reimplemented from PLearn::SelectRowsVMatrix. Definition at line 104 of file RemoveDuplicateVMatrix.cc. References PLearn::TVec< int >::append(), PLearn::Kernel::build(), PLearn::Kernel::computeGramMatrix(), epsilon, PLearn::TVec< T >::fill(), PLearn::VMat::length(), PLearn::Mat, PLearn::DistanceKernel::pow_distance, PLearn::Kernel::report_progress, PLearn::TVec< int >::resize(), PLearn::DistanceKernel::setDataForKernelMatrix(), and verbosity. Referenced by build(). |
|
Declares this class' options.
Reimplemented from PLearn::SelectRowsVMatrix. Definition at line 70 of file RemoveDuplicateVMatrix.cc. References PLearn::declareOption(), PLearn::OptionList, and PLearn::redeclareOption(). |
|
Transforms a shallow copy into a deep copy.
Reimplemented from PLearn::SelectRowsVMatrix. Definition at line 140 of file RemoveDuplicateVMatrix.cc. References PLERROR. |
|
Declares name and deepCopy methods.
|
|
Definition at line 71 of file RemoveDuplicateVMatrix.h. Referenced by build_(). |
|
Definition at line 72 of file RemoveDuplicateVMatrix.h. Referenced by build_(). |