#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 |
|
default |
|
default |
|
delete |
|
delete |
std::string Rule::attr |
bool Rule::sign |
std::string Rule::sim |
std::string Rule::sim_measure {"none"} |
double Rule::threshold |
std::string Rule::tok {"none"} |
std::string Rule::tok_settings {"none"} |