(score, type = 'uset')
| 37 | #Usem的minhashLSH索引得改,改成最后一行插入的 |
| 38 | |
| 39 | def get_column_goodness(score, type = 'uset'): |
| 40 | file_path = os.path.join('distribution', type + '_lsh_730.json') |
| 41 | freq = cumulative_frequency(file_path, score) |
| 42 | return freq |
| 43 | |
| 44 | |
| 45 | def compute_ensemble_score(query_column, candiate_column, query_column_sem, candiate_column_sem): |
no test coverage detected