ProteoWizard
|
#include <NeighborJoiner.hpp>
Public Member Functions | |
NeighborJoiner (const vector< boost::shared_ptr< Entry > > &entries, const WarpFunctionEnum &wfe=Default) | |
void | addDistanceAttribute (boost::shared_ptr< DistanceAttribute > attr) |
void | calculateDistanceMatrix () |
void | joinNearest () |
void | joinAll () |
![]() | |
Matrix () | |
Matrix (const int &r, const int &c) | |
Matrix (const Matrix &m) | |
void | insert (const double &value, const int &rowCoordinate, const int &columnCoordinate) |
double | access (const int &rowCoordinate, const int &columnCoordinate) |
pair< int, int > | getMinValLocation () |
ostream & | write (ostream &os) |
Public Attributes | |
vector< Entry > | _rowEntries |
vector< Entry > | _columnEntries |
vector< boost::shared_ptr < DistanceAttribute > > | _attributes |
vector< pair< int, int > > | _tree |
WarpFunctionEnum | _wfe |
![]() | |
vector< vector< double > > | _rows |
vector< vector< double > > | _columns |
multimap< double, pair< int, int > > | _data |
Definition at line 39 of file NeighborJoiner.hpp.
pwiz::eharmony::NeighborJoiner::NeighborJoiner | ( | const vector< boost::shared_ptr< Entry > > & | entries, |
const WarpFunctionEnum & | wfe = Default |
||
) |
|
inline |
Definition at line 43 of file NeighborJoiner.hpp.
References _attributes.
void pwiz::eharmony::NeighborJoiner::calculateDistanceMatrix | ( | ) |
void pwiz::eharmony::NeighborJoiner::joinNearest | ( | ) |
Referenced by joinAll().
|
inline |
vector<Entry > pwiz::eharmony::NeighborJoiner::_rowEntries |
Definition at line 48 of file NeighborJoiner.hpp.
Referenced by joinAll().
vector<Entry > pwiz::eharmony::NeighborJoiner::_columnEntries |
Definition at line 49 of file NeighborJoiner.hpp.
vector<boost::shared_ptr<DistanceAttribute> > pwiz::eharmony::NeighborJoiner::_attributes |
Definition at line 51 of file NeighborJoiner.hpp.
Referenced by addDistanceAttribute().
vector<pair<int, int> > pwiz::eharmony::NeighborJoiner::_tree |
Definition at line 52 of file NeighborJoiner.hpp.
WarpFunctionEnum pwiz::eharmony::NeighborJoiner::_wfe |
Definition at line 54 of file NeighborJoiner.hpp.