Step1: Check your environment
You need to properly install python package first. Please check package you have installed via pip list
Step2: Runing
#webtable
python PEXESO_benchmark_ws.py
#opendata
python PEXESO_benchmark_os.pyStep3: Output
Automatically check if the index has been generated. If it is complete, start querying and output the result file to the path of storage_path.
Block and verify and citation implementation in thesis
Implementation code for the hierarchical grid class in the index
Selection of pivot algorithm code
Implementation code for the inverted index class in Index
k:Number of pivots
n_layers:The number of layers of the hierarchical grid index.
tao:Distance threshold
T:Column joinability threshold
n_dims:Dimension of the embedding
dic_xx.pickle:Intermediate files, which preprocess the input data into embedding form, select pivots and map them, store the preprocessed data; and save the generated indexes.
Pe_results_xx: Output folder containing csv files of topk results.
