Entity Matching by Similarity Join
 
Loading...
Searching...
No Matches
feature.py File Reference

Namespaces

namespace  simjoin_entitymatching
 
namespace  simjoin_entitymatching.feature
 
namespace  simjoin_entitymatching.feature.feature
 

Functions

 simjoin_entitymatching.feature.feature.run_command (cmd_args, log_file)
 
 simjoin_entitymatching.feature.feature.feature_binary_decorator (command)
 
 simjoin_entitymatching.feature.feature.run_feature_bin (is_interchangeable, flag_consistent, total_table, total_attr, attrs, usage=Literal["match", "topk"])
 
 simjoin_entitymatching.feature.feature.feature_library_decorator (command)
 
 simjoin_entitymatching.feature.feature.compile_feature (mode)
 
 simjoin_entitymatching.feature.feature.run_feature_lib (is_interchangeable, flag_consistent, total_table, total_attr, attrs, usage=Literal["match", "topk"], default_fea_vec_dir="", default_res_tab_name="", default_icv_dir="", default_fea_names_dir="")
 
 simjoin_entitymatching.feature.feature.run_feature_megallen (tableA, tableB, feature_tab, total_table, is_interchangeable=Literal[0, 1], flag_consistent=Literal[0, 1], attrs_after=None, group=None, cluster=None, default_blk_res_dir="", n_jobs=1)