BlueWaveTechnologies / BlueWave

Web application used to create charts and dashboards using a graph database
MIT License
5 stars 3 forks source link

Doc Compare - Allow user to set min threshold for what is considered a "duplicate page" #287

Closed sashatrubetskoy closed 2 years ago

sashatrubetskoy commented 2 years ago

In the python script results, duplicate page results have an attribute called "distance" which has a float between 0 and 1. Calculate similarity percent = (1 - distance) * 100

The page min similarity will be a percentage 95-100.

The default value should be 99%

This is associated with Issue #286 on the UI side

sashatrubetskoy commented 2 years ago

See closing comment in #286