This is an example of how to use the distance metric methods.
void DistanceMetricUseCase() {
std::string dmLabel = "Euclidean";
CfgType c1, c2;
double dist = distanceMetric->
Distance(c1, c2);
double length = 0.3;
CfgType c3;
}
Definition: DistanceMetricMethod.h:33
virtual void ScaleCfg(double _length, Cfg &_c, const Cfg &_o)
Definition: DistanceMetricMethod.cpp:66
virtual double Distance(const Cfg &_c1, const Cfg &_c2)=0