py_entitymatching
0.1.0
User Manual
Reading and Writing Data
Loading and Saving Objects
Handling Metadata
Downsampling
Blocking
Debugging Blocker Output
Combining Blocker Outputs
Sampling
Labeling
Handling Features
Matching
Debugging Matcher
Evaluating the Matching Output
py_entitymatching
Docs
»
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
V
A
abs_norm() (in module py_entitymatching)
add_blackbox_feature() (in module py_entitymatching)
add_feature() (in module py_entitymatching)
add_rule() (py_entitymatching.RuleBasedBlocker method)
affine() (in module py_entitymatching)
AttrEquivalenceBlocker (class in py_entitymatching)
B
BlackBoxBlocker (class in py_entitymatching)
block_candset() (py_entitymatching.AttrEquivalenceBlocker method)
(py_entitymatching.BlackBoxBlocker method)
(py_entitymatching.OverlapBlocker method)
(py_entitymatching.RuleBasedBlocker method)
block_tables() (py_entitymatching.AttrEquivalenceBlocker method)
(py_entitymatching.BlackBoxBlocker method)
(py_entitymatching.OverlapBlocker method)
(py_entitymatching.RuleBasedBlocker method)
block_tuples() (py_entitymatching.AttrEquivalenceBlocker method)
(py_entitymatching.BlackBoxBlocker method)
(py_entitymatching.OverlapBlocker method)
(py_entitymatching.RuleBasedBlocker method)
C
combine_blocker_outputs_via_union() (in module py_entitymatching)
copy_properties() (in module py_entitymatching)
cosine() (in module py_entitymatching)
D
debug_blocker() (in module py_entitymatching)
debug_decisiontree_matcher() (in module py_entitymatching)
debug_randomforest_matcher() (in module py_entitymatching)
del_catalog() (in module py_entitymatching)
del_property() (in module py_entitymatching)
delete_rule() (py_entitymatching.RuleBasedBlocker method)
dice() (in module py_entitymatching)
down_sample() (in module py_entitymatching)
DTMatcher (class in py_entitymatching)
E
eval_matches() (in module py_entitymatching)
exact_match() (in module py_entitymatching)
extract_feature_vecs() (in module py_entitymatching)
F
fit() (py_entitymatching.DTMatcher method)
(py_entitymatching.LinRegMatcher method)
(py_entitymatching.LogRegMatcher method)
(py_entitymatching.NBMatcher method)
(py_entitymatching.RFMatcher method)
(py_entitymatching.SVMMatcher method)
G
get_attr_corres() (in module py_entitymatching)
get_attr_types() (in module py_entitymatching)
get_catalog() (in module py_entitymatching)
get_catalog_len() (in module py_entitymatching)
get_false_negatives_as_df() (in module py_entitymatching)
get_false_positives_as_df() (in module py_entitymatching)
get_feature_fn() (in module py_entitymatching)
get_features() (in module py_entitymatching)
get_features_for_blocking() (in module py_entitymatching)
get_features_for_matching() (in module py_entitymatching)
get_fk_ltable() (in module py_entitymatching)
get_fk_rtable() (in module py_entitymatching)
get_key() (in module py_entitymatching)
get_ltable() (in module py_entitymatching)
get_property() (in module py_entitymatching)
get_rtable() (in module py_entitymatching)
get_rule() (py_entitymatching.RuleBasedBlocker method)
get_rule_names() (py_entitymatching.RuleBasedBlocker method)
get_sim_funs_for_blocking() (in module py_entitymatching)
get_sim_funs_for_matching() (in module py_entitymatching)
get_tokenizers_for_blocking() (in module py_entitymatching)
get_tokenizers_for_matching() (in module py_entitymatching)
H
hamming_dist() (in module py_entitymatching)
hamming_sim() (in module py_entitymatching)
I
impute_table() (in module py_entitymatching)
init_properties() (in module py_entitymatching)
is_catalog_empty() (in module py_entitymatching)
is_dfinfo_present() (in module py_entitymatching)
is_property_present_for_df() (in module py_entitymatching)
J
jaccard() (in module py_entitymatching)
jaro() (in module py_entitymatching)
jaro_winkler() (in module py_entitymatching)
L
label_table() (in module py_entitymatching)
lev_dist() (in module py_entitymatching)
lev_sim() (in module py_entitymatching)
LinRegMatcher (class in py_entitymatching)
load_object() (in module py_entitymatching)
load_table() (in module py_entitymatching)
LogRegMatcher (class in py_entitymatching)
M
monge_elkan() (in module py_entitymatching)
N
NBMatcher (class in py_entitymatching)
needleman_wunsch() (in module py_entitymatching)
O
overlap_coeff() (in module py_entitymatching)
OverlapBlocker (class in py_entitymatching)
P
predict() (py_entitymatching.DTMatcher method)
(py_entitymatching.LinRegMatcher method)
(py_entitymatching.LogRegMatcher method)
(py_entitymatching.NBMatcher method)
(py_entitymatching.RFMatcher method)
(py_entitymatching.SVMMatcher method)
print_eval_summary() (in module py_entitymatching)
R
read_csv_metadata() (in module py_entitymatching)
rel_diff() (in module py_entitymatching)
RFMatcher (class in py_entitymatching)
RuleBasedBlocker (class in py_entitymatching)
S
sample_table() (in module py_entitymatching)
save_object() (in module py_entitymatching)
save_table() (in module py_entitymatching)
select_matcher() (in module py_entitymatching)
set_black_box_function() (py_entitymatching.BlackBoxBlocker method)
set_feature_table() (py_entitymatching.RuleBasedBlocker method)
set_fk_ltable() (in module py_entitymatching)
set_fk_rtable() (in module py_entitymatching)
set_key() (in module py_entitymatching)
set_ltable() (in module py_entitymatching)
set_property() (in module py_entitymatching)
set_rtable() (in module py_entitymatching)
show_properties() (in module py_entitymatching)
show_properties_for_id() (in module py_entitymatching)
smith_waterman() (in module py_entitymatching)
split_train_test() (in module py_entitymatching)
SVMMatcher (class in py_entitymatching)
T
to_csv_metadata() (in module py_entitymatching)
tok_alphabetic() (in module py_entitymatching)
tok_alphanumeric() (in module py_entitymatching)
tok_delim() (in module py_entitymatching)
tok_qgram() (in module py_entitymatching)
tok_wspace() (in module py_entitymatching)
V
view_rule() (py_entitymatching.RuleBasedBlocker method)
vis_debug_dt() (in module py_entitymatching)
vis_debug_rf() (in module py_entitymatching)