MCPcopy Create free account

hub / github.com/BIT-DataLab/LakeBench / functions

Functions1,080 in github.com/BIT-DataLab/LakeBench

Method__init__
The constructor of the generic similarity index. A similarity index is just a wrapper over an LSH index that provides extra f
union/D3L/d3l/indexing/similarity_indexes/__init__.py:26
Method__init__
Parameters ---------- dataloader : DataLoader A DataLoader object used to read the data. data_root : Opt
union/D3L/d3l/indexing/similarity_indexes/__init__.py:296
Method__init__
Parameters ---------- dataloader : DataLoader A DataLoader object used to read the data. data_root : Opt
union/D3L/d3l/indexing/similarity_indexes/__init__.py:465
Method__init__
Parameters ---------- dataloader : DataLoader A DataLoader object used to read the data. data_root : Opt
union/D3L/d3l/indexing/similarity_indexes/__init__.py:628
Method__init__
Parameters ---------- dataloader : DataLoader A DataLoader object used to read the data. data_root : Opt
union/D3L/d3l/indexing/similarity_indexes/__init__.py:843
Method__init__
Create a new generator of MinHash hash values. Implementation based on "https://github.com/ekzhu/datasketch/blob/master/datasketch/mi
union/D3L/d3l/indexing/hashing/hash_generators.py:115
Method__init__
Create a new generator of random_projections hash values. Parameters ---------- hash_size : int The size
union/D3L/d3l/indexing/hashing/hash_generators.py:215
Method__init__
The main data reading object. Parameters ---------- db_name : str The database name (or path if sqlite i
union/D3L/d3l/input_output/dataloaders/__init__.py:119
Method__init__
Create a new CSV file loader instance. Parameters ---------- root_path : str A locally existing directory
union/D3L/d3l/input_output/dataloaders/__init__.py:353
Method__init__
Create a new querying engine to perform data discovery in datalakes. Parameters ---------- query_backends : Similarit
union/D3L/d3l/querying/query_engine.py:13
Method__init__
(self,table_path,index_path,scale)
union/Starmie/hnsw_search.py:12
Method__init__
(self,table_path,index_path,scale)
join/Deepjoin/hnsw_search.py:12
Method__init__
(self, model_name, tokenizer, normalize=True)
join/Deepjoin/all-mpnet-base-v2/train_script.py:41
Method__init__
(self, filepath)
join/Deepjoin/all-mpnet-base-v2/train_script.py:227
Method__init__
(self, config)
join/LSH/datasketch/storage.py:208
Method__init__
(self, config)
join/LSH/datasketch/storage.py:245
Method__init__
Constructor. :param dict[str, any] cassandra_params: Cassandra parameters :param bytes name: the suffix to be us
join/LSH/datasketch/storage.py:369
Method__init__
(self, config, name=None)
join/LSH/datasketch/storage.py:1077
Method__init__
(self, threshold=0.9, num_perm=128, num_part=16, m=8, weights=(0.5,0.5), storage_config=None, prep
join/LSH/datasketch/lshensemble.py:65
Method__init__
(self, num_perm=128, seed=1, hashfunc=sha1_hash32, hashobj=None, # Deprecated.
join/LSH/datasketch/minhash.py:73
Method__init__
(self, threshold=0.9, num_perm=128, weights=(0.5, 0.5), params=None, storage_config=None, pre
join/LSH/datasketch/lsh.py:92
Method__init__
(self, lsh, buffer_size)
join/LSH/datasketch/lsh.py:353
Method__init__
(self, ID, MatchPosition, Size)
join/Joise/online/data_process.py:42
Method__init__
(self, id, size, candidateCurrentPosition, queryCurrentPosition, skippedOverlap)
join/Joise/online/josie_util.py:7
Method__init__
(self, candidateEntries)
join/Joise/online/josie_util.py:75
Method__init__
(self, candidateEntries)
join/Joise/online/josie_util.py:93
Method__init__
(self, candidateEntries)
join/Joise/online/josie_util.py:109
Method__init__
(self, ID, Overlap)
join/Joise/online/heap.py:5
Method__init__
(self)
join/Joise/online/heap.py:13
Method__init__
(self, x, y, r)
join/Pexeso/Pivot_Metric.py:269
Method__init__
(self, id, level, mlevel, o, l)
join/Pexeso/Hierarchical_Grid.py:7
Method__init__
(self, base, n_dims, n_layers, o, a, l)
join/Pexeso/Hierarchical_Grid.py:38
Method__init__
(self)
join/Pexeso/inverted_index.py:5
Method__init__
(self, query, q_emb, clist, mlist)
join/Pexeso/block_and_verify.py:12
Method__init__
(self,table_path,index_path,scale)
join&union/Aurum/hnsw_search.py:12
Method__init__
(self, log_file)
join&union/InfoGather/myLogger.py:5
Method__init__
(self, logger)
join&union/InfoGather/myLogger.py:34
Method__init__
(self,index)
join&union/InfoGather/matchineLearning.py:12
Method__init__
(self, graph,number_of_random_walks, reset_probability,docnum)
join&union/InfoGather/page_ranks.py:19
Method__init__
(self, graph,number_of_random_walks, reset_probability,docnum_list)
join&union/InfoGather/page_ranks.py:91
Method__init__
(self,querytablefile,querycolumn,index,ppr_matrix)
join&union/InfoGather/quaryOnline.py:8
Method__init__
(self,columnsPPRdict,docNo,docNum)
join&union/InfoGather/binaryGraphtMatch.py:6
Method__iter__
(self)
join/Deepjoin/all-mpnet-base-v2/train_script.py:230
Method__iter__
(self)
join/Deepjoin/all-mpnet-base-v2/train_script.py:246
Method__iter__
(self)
join/LSH/datasketch/storage.py:119
Method__len__
(self)
join/LSH/datasketch/storage.py:116
Method__len__
:returns: int -- The number of hash values.
join/LSH/datasketch/minhash.py:255
Method__len__
(self)
join/Joise/online/josie_util.py:83
Method__len__
(self)
join/Joise/online/josie_util.py:99
Method__len__
(self)
join/Joise/online/josie_util.py:115
Method__len__
(self)
join/Joise/online/heap.py:16
Method__lt__
(self, other)
join/Joise/online/heap.py:9
Method__setstate__
(self, state)
union/D3L/d3l/indexing/feature_extraction/values/glove_embedding_transformer.py:62
Method__setstate__
(self, state)
union/D3L/d3l/indexing/feature_extraction/values/fasttext_embedding_transformer.py:59
Method__setstate__
Set the state by reconnecting ephemeral objects. :param dict[str, any] state: the state to restore
join/LSH/datasketch/storage.py:791
Method__setstate__
(self, state)
join/LSH/datasketch/storage.py:989
Method__str__
(self)
union/Tabert/index.py:25
Method_byteswap
(self, hs)
join/LSH/datasketch/lsh.py:294
Function_compute_containment
(x, y)
join/LSH/lshensemble_benchmark.py:269
Function_compute_containment
(x, y)
join/LSH/new copy.py:326
Function_compute_nfps_uniform
Computes the matrix of expected false positives for all possible sub-intervals of the complete domain of set sizes, assuming uniform distribut
join/LSH/datasketch/lshensemble_partition.py:35
Method_get_items
(r, k)
join/LSH/datasketch/storage.py:1081
Method_get_len
(r, k)
join/LSH/datasketch/storage.py:1096
Function_hash_32
(d)
join/LSH/LSH_benchmark_os.py:109
Function_hash_32
(d)
join/LSH/LSH_benchmark_ws.py:108
Function_hash_32
(d)
join/LSH/LSH_benchmark_ol.py:109
Function_hash_32
(d)
join/LSH/LSH_benchmark_wl.py:114
Function_hash_32
(d)
join/LSH/LSH_benchmark_wlq.py:113
Function_hash_32
(d)
join/LSH/benchmark_all_top.py:110
Function_hash_32
(d)
join/LSH/lshensemble_benchmark.py:41
Function_hash_32
(d)
join/LSH/new copy.py:88
Method_hashed_byteswap
(self, hs)
join/LSH/datasketch/lsh.py:297
Method_insert
(self, r, key, *values)
join/LSH/datasketch/storage.py:1090
Method_probability
(s)
union/D3L/d3l/indexing/lsh/lsh_index.py:159
Function_random_name
(length)
join/LSH/datasketch/lsh.py:44
Methodadd_to_query_buffer
Giving the MinHash of the query set, buffer queries to retrieve the keys that references sets with Jaccard similarities great
join/LSH/datasketch/lsh.py:213
Methodadd_to_select_buffer
Buffer query statements and parameters with decoders to be used on returned data. :param iterable[byte|str] keys: the keys
join/LSH/datasketch/storage.py:612
Methodadd_to_select_buffer
Implement interface.
join/LSH/datasketch/storage.py:822
Methodaddc
(self, grid)
join/Pexeso/block_and_verify.py:22
Methodaddm
(self, grid)
join/Pexeso/block_and_verify.py:19
Functionapi
(qpath: str, save_root: str, result_root: str, k:int)
join/Joise/online/online_api.py:12
Methodasync_func
(self, table)
union/D3L/d3l/indexing/similarity_indexes/__init__.py:159
Methodasync_func
(self,table)
union/D3L/d3l/indexing/similarity_indexes/__init__.py:339
Methodasync_func
(self, table, lsh_index)
union/D3L/d3l/indexing/similarity_indexes/__init__.py:523
Methodasync_func
(self, table, lsh_index)
union/D3L/d3l/indexing/similarity_indexes/__init__.py:706
Methodasync_func
(self, table, lsh_index)
union/D3L/d3l/indexing/similarity_indexes/__init__.py:898
Functionaverage_fscore
(founds, references)
join/LSH/LSH_benchmark_os.py:120
Functionaverage_fscore
(founds, references)
join/LSH/LSH_benchmark_ws.py:119
Functionaverage_fscore
(founds, references)
join/LSH/LSH_benchmark_ol.py:120
Functionaverage_fscore
(founds, references)
join/LSH/LSH_benchmark_wl.py:125
Functionaverage_fscore
(founds, references)
join/LSH/LSH_benchmark_wlq.py:124
Functionaverage_fscore
(founds, references)
join/LSH/benchmark_all_top.py:121
Functionaverage_fscore
(founds, references)
join/LSH/lshensemble_benchmark.py:50
Functionaverage_fscore
(founds, references)
join/LSH/new copy.py:99
Functionbootstrap_sets
(sets_files, num_perm)
join/LSH/LSH_benchmark_wlq.py:194
Functionbootstrap_sets
(set_path, sets_files, num_perm)
join/LSH/lshensemble_benchmark.py:73
Methodbuffer_size
Get the buffer size. :rtype: int :return: the buffer size
join/LSH/datasketch/storage.py:426
Methodbuffer_size
Get the buffer size. :rtype: int :return: the buffer size
join/LSH/datasketch/storage.py:761
Methodbuffer_size
(self)
join/LSH/datasketch/storage.py:897
Methodbuffer_size
(self)
join/LSH/datasketch/storage.py:955
← previousnext →701–800 of 1,080, ranked by callers