Entity Matching by Similarity Join
 
Loading...
Searching...
No Matches
simjoin_entitymatching.feature.feature_base.NewFeatures Class Reference

Public Member Functions

 __init__ (self)
 

Static Public Member Functions

 get_supported_sim_funs ()
 
 get_supported_features_for_blocking (ltable, rtable, validate_inferred_attr_types=True)
 
 get_supported_features_for_matching (ltable, rtable, validate_inferred_attr_types=True, at_ltable=None, at_rtable=None, dataname=None)
 

Detailed Description

The py_entitymatching package cannot select certain features to generate.
But our join algorithm only supports 7 sim funcs.
So we write functions to generate supported features.

Constructor & Destructor Documentation

◆ __init__()

simjoin_entitymatching.feature.feature_base.NewFeatures.__init__ ( self)

Member Function Documentation

◆ get_supported_features_for_blocking()

simjoin_entitymatching.feature.feature_base.NewFeatures.get_supported_features_for_blocking ( ltable,
rtable,
validate_inferred_attr_types = True )
static

◆ get_supported_features_for_matching()

simjoin_entitymatching.feature.feature_base.NewFeatures.get_supported_features_for_matching ( ltable,
rtable,
validate_inferred_attr_types = True,
at_ltable = None,
at_rtable = None,
dataname = None )
static

◆ get_supported_sim_funs()

simjoin_entitymatching.feature.feature_base.NewFeatures.get_supported_sim_funs ( )
static
This function returns all the similarity functions supported by SOTA join algorithms.

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