Entity Matching by Similarity Join
 
Loading...
Searching...
No Matches
blocker_config.h File Reference
#include "common/dataframe.h"

Go to the source code of this file.

Variables

ui num_tables
 
ui num_rules
 
Table table_A
 
Table table_B
 
Table gold
 
Rulerules
 
std::vector< std::vector< ui > > id_mapA
 
std::vector< std::vector< ui > > id_mapB
 
std::vector< std::vector< ui > > idStringMapA
 
std::vector< std::vector< ui > > idStringMapB
 
std::vector< std::vector< std::vector< ui > > > recordsA
 
std::vector< std::vector< std::vector< ui > > > recordsB
 
std::vector< std::vector< double > > weightsA
 
std::vector< std::vector< double > > weightsB
 
std::vector< std::vector< double > > wordwt
 
std::unordered_map< std::string, uidatasets_map
 
std::vector< std::vector< int > > final_pairs
 
std::vector< std::vector< std::pair< int, int > > > passedRules
 

Variable Documentation

◆ datasets_map

std::unordered_map<std::string, ui> datasets_map
extern

◆ final_pairs

std::vector<std::vector<int> > final_pairs
extern

◆ gold

Table gold
extern

◆ id_mapA

std::vector<std::vector<ui> > id_mapA
extern

◆ id_mapB

std::vector<std::vector<ui> > id_mapB
extern

◆ idStringMapA

std::vector<std::vector<ui> > idStringMapA
extern

◆ idStringMapB

std::vector<std::vector<ui> > idStringMapB
extern

◆ num_rules

ui num_rules
extern

◆ num_tables

ui num_tables
extern

◆ passedRules

std::vector<std::vector<std::pair<int, int> > > passedRules
extern

◆ recordsA

std::vector<std::vector<std::vector<ui> > > recordsA
extern

◆ recordsB

std::vector<std::vector<std::vector<ui> > > recordsB
extern

◆ rules

Rule* rules
extern

◆ table_A

Table table_A
extern

◆ table_B

Table table_B
extern

◆ weightsA

std::vector<std::vector<double> > weightsA
extern

◆ weightsB

std::vector<std::vector<double> > weightsB
extern

◆ wordwt

std::vector<std::vector<double> > wordwt
extern