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

#include <ovlpjoin.h>

Public Member Functions

 combination2 (int d, int beg, const OvlpRSJoin &joiner)
 
int getlastcurr (const OvlpRSJoin &joiner)
 
void next (const OvlpRSJoin &joiner)
 
void print (const OvlpRSJoin &joiner) const
 
bool stepback (const int i, const OvlpRSJoin &joiner)
 
void binary (const combination2 &value, const OvlpRSJoin &joiner)
 
void binary (const combination1 &value, const OvlpRSJoin &joiner)
 
bool ifsame (const std::vector< ui > &data, const OvlpRSJoin &joiner)
 

Public Attributes

int N {0}
 
int id {0}
 
bool completed {false}
 
std::vector< int > curr
 

Constructor & Destructor Documentation

◆ combination2()

combination2::combination2 ( int d,
int beg,
const OvlpRSJoin & joiner )

Member Function Documentation

◆ binary() [1/2]

void combination2::binary ( const combination1 & value,
const OvlpRSJoin & joiner )

◆ binary() [2/2]

void combination2::binary ( const combination2 & value,
const OvlpRSJoin & joiner )

◆ getlastcurr()

int combination2::getlastcurr ( const OvlpRSJoin & joiner)

◆ ifsame()

bool combination2::ifsame ( const std::vector< ui > & data,
const OvlpRSJoin & joiner )

◆ next()

void combination2::next ( const OvlpRSJoin & joiner)

◆ print()

void combination2::print ( const OvlpRSJoin & joiner) const

◆ stepback()

bool combination2::stepback ( const int i,
const OvlpRSJoin & joiner )

Member Data Documentation

◆ completed

bool combination2::completed {false}

◆ curr

std::vector<int> combination2::curr

◆ id

int combination2::id {0}

◆ N

int combination2::N {0}

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