Entity Matching by Similarity Join
 
Loading...
Searching...
No Matches
WeightPair Struct Reference

#include <index.h>

Public Member Functions

 WeightPair ()=default
 
 WeightPair (int _id1, int _id2, double _val)
 
bool operator< (const WeightPair &rhs) const
 

Public Attributes

int id1 {0}
 
int id2 {0}
 
double val {0.0}
 

Constructor & Destructor Documentation

◆ WeightPair() [1/2]

WeightPair::WeightPair ( )
default

◆ WeightPair() [2/2]

WeightPair::WeightPair ( int _id1,
int _id2,
double _val )
inline

Member Function Documentation

◆ operator<()

bool WeightPair::operator< ( const WeightPair & rhs) const
inline

Member Data Documentation

◆ id1

int WeightPair::id1 {0}

◆ id2

int WeightPair::id2 {0}

◆ val

double WeightPair::val {0.0}

The documentation for this struct was generated from the following file: