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

#include <ovlpjoin.h>

Public Member Functions

 combination1 (int d, int beg, const OvlpRSJoin &joiner)
 
 combination1 (int d, int beg, const OvlpSelfJoin &joiner)
 
int getlastcurr (const OvlpRSJoin &joiner)
 
int getlastcurr (const OvlpSelfJoin &joiner)
 
void next (const OvlpRSJoin &joiner)
 
void next (const OvlpSelfJoin &joiner)
 
void print (const OvlpRSJoin &joiner) const
 
void print (const OvlpSelfJoin &joiner) const
 
bool stepback (const int i, const OvlpRSJoin &joiner)
 
bool stepback (const int i, const OvlpSelfJoin &joiner)
 
void binary (const combination1 &value, const OvlpSelfJoin &joiner)
 
void binary (const combination2 &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

◆ combination1() [1/2]

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

◆ combination1() [2/2]

combination1::combination1 ( int d,
int beg,
const OvlpSelfJoin & joiner )

Member Function Documentation

◆ binary() [1/2]

void combination1::binary ( const combination1 & value,
const OvlpSelfJoin & joiner )

◆ binary() [2/2]

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

◆ getlastcurr() [1/2]

int combination1::getlastcurr ( const OvlpRSJoin & joiner)

◆ getlastcurr() [2/2]

int combination1::getlastcurr ( const OvlpSelfJoin & joiner)

◆ ifsame()

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

◆ next() [1/2]

void combination1::next ( const OvlpRSJoin & joiner)

◆ next() [2/2]

void combination1::next ( const OvlpSelfJoin & joiner)

◆ print() [1/2]

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

◆ print() [2/2]

void combination1::print ( const OvlpSelfJoin & joiner) const

◆ stepback() [1/2]

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

◆ stepback() [2/2]

bool combination1::stepback ( const int i,
const OvlpSelfJoin & joiner )

Member Data Documentation

◆ completed

bool combination1::completed {false}

◆ curr

std::vector<int> combination1::curr

◆ id

int combination1::id {0}

◆ N

int combination1::N {0}

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