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

#include <dataframe.h>

Public Member Functions

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

Public Attributes

std::string attr
 
std::string sim
 
std::string sim_measure {"none"}
 
std::string tok {"none"}
 
std::string tok_settings {"none"}
 
bool sign
 
double threshold
 

Constructor & Destructor Documentation

◆ Rule() [1/3]

Rule::Rule ( )
default

◆ ~Rule()

Rule::~Rule ( )
default

◆ Rule() [2/3]

Rule::Rule ( const Rule & other)
delete

◆ Rule() [3/3]

Rule::Rule ( Rule && other)
delete

Member Data Documentation

◆ attr

std::string Rule::attr

◆ sign

bool Rule::sign

◆ sim

std::string Rule::sim

◆ sim_measure

std::string Rule::sim_measure {"none"}

◆ threshold

double Rule::threshold

◆ tok

std::string Rule::tok {"none"}

◆ tok_settings

std::string Rule::tok_settings {"none"}

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