![]() |
OpenMS
|
scaled Euclidean distance for clustering More...
#include <OpenMS/FEATUREFINDER/MultiplexClustering.h>
Public Member Functions | |
| MultiplexDistance (double rt_scaling) | |
| constructor More... | |
| MultiplexDistance () | |
| constructor More... | |
| double | operator() (const Point &p1, const Point &p2) const |
| returns Euclidean distance More... | |
Private Attributes | |
| double | rt_scaling_ |
scaled Euclidean distance for clustering
| MultiplexDistance | ( | double | rt_scaling | ) |
constructor
| rt_scaling | scaling of RT coordinates before calculating Euclidean distance |
constructor
returns Euclidean distance
| p1 | first point in the (m/z,RT) plane |
| p2 | second point in the (m/z,RT) plane |
|
private |