OpenMS
Loading...
Searching...
No Matches
WNetMatcher.h File Reference
#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/OpenMSConfig.h>
#include <array>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for WNetMatcher.h:

Go to the source code of this file.

Classes

class  WNetMatcher
 Pairwise point-set matching using Wasserstein optimal transport. More...
 
struct  WNetMatcher::MatchResult
 Result of a pairwise matching. More...
 

Namespaces

namespace  OpenMS
 Main OpenMS namespace.
 

Class Documentation

◆ OpenMS::WNetMatcher::MatchResult

struct OpenMS::WNetMatcher::MatchResult

Result of a pairwise matching.

Collaboration diagram for WNetMatcher::MatchResult:
[legend]
Class Members
double cost = 0.0 Total transport cost.
vector< pair< Size, Size > > matched_pairs (index_a, index_b) of matched points