|
Gaia
|
Classes | |
| class | gaia2::BPFDistance |
| This class composes the breakpoint function specified by its pairs of (split point, value) with the given distance. More... | |
| class | gaia2::CrossSegmentDistance |
| This class calculates a distance between segments from two points. More... | |
| class | gaia2::ExponentialCompressDistance |
| This class compresses a distance from [0; inf) into [0; 1) using the following formula: dist = 1 - exp(-alpha*dist), alpha being a compression factor. More... | |
| class | gaia2::ForceIdentityDistance |
| This metric forces the identity condition to be valid on the composed distance by checking first if the 2 points are equal and returning 0 if that is the case. More... | |
| class | gaia2::LinearCombinationDistance |
| This class computes a distance that is the linear combination of any number of other DistanceFunctions. More... | |
| class | gaia2::SummedSegmentDistance |
| This class calculates a distance between segments from two points and sums the results. More... | |