Entity Matching by Similarity Join
 
Loading...
Searching...
No Matches
Block Class Reference

#include <block.h>

Public Member Functions

 Block ()=default
 
 ~Block ()=default
 
 Block (const Block &other)=delete
 
 Block (Block &&other)=delete
 

Static Public Member Functions

static void clearBuffers ()
 
static void prepareRecordsRS (ui columnA, ui columnB, TokenizerType tt, ui q)
 
static void prepareRecordsSelf (ui columnA, TokenizerType tt, ui q)
 
static void sortColumns ()
 
static void showPara (int jt, int js, uint64_t topK, const std::string &topKattr, const std::string &attrType, const std::string &pathTableA, const std::string &pathTableB, const std::string &pathGold, const std::string &pathRule, int tableSize)
 
static void readCSVTables (int isRS, const std::string &pathTableA, const std::string &pathTableB, const std::string &pathGold)
 
static void readRules (const std::string &pathRule)
 
static void tokenize (int isRS)
 
static void getRecall (int isRS)
 
static void getRecall4Rules (int isRS)
 

Constructor & Destructor Documentation

◆ Block() [1/3]

Block::Block ( )
default

◆ ~Block()

Block::~Block ( )
default

◆ Block() [2/3]

Block::Block ( const Block & other)
delete

◆ Block() [3/3]

Block::Block ( Block && other)
delete

Member Function Documentation

◆ clearBuffers()

void Block::clearBuffers ( )
static

◆ getRecall()

void Block::getRecall ( int isRS)
static

◆ getRecall4Rules()

void Block::getRecall4Rules ( int isRS)
static

◆ prepareRecordsRS()

void Block::prepareRecordsRS ( ui columnA,
ui columnB,
TokenizerType tt,
ui q )
static

◆ prepareRecordsSelf()

void Block::prepareRecordsSelf ( ui columnA,
TokenizerType tt,
ui q )
static

◆ readCSVTables()

void Block::readCSVTables ( int isRS,
const std::string & pathTableA,
const std::string & pathTableB,
const std::string & pathGold )
static

◆ readRules()

void Block::readRules ( const std::string & pathRule)
static

◆ showPara()

void Block::showPara ( int jt,
int js,
uint64_t topK,
const std::string & topKattr,
const std::string & attrType,
const std::string & pathTableA,
const std::string & pathTableB,
const std::string & pathGold,
const std::string & pathRule,
int tableSize )
static

◆ sortColumns()

void Block::sortColumns ( )
static

◆ tokenize()

void Block::tokenize ( int isRS)
static

The documentation for this class was generated from the following files: