79075094

Date: 2024-10-10 15:17:19
Score: 0.5
Natty:
Report link

I have saw a matching algorithm they based on distance metric. Euklid in n-dimensional room. You are only 2 dimensional, so You can calculate simply vectors enter link description here

the principle behind is to have a pool, calculate every distances and then go thru and remove every find pair from the pool. So in this example you cannot match B1 again, because they is out.

The algorithm calculate a vector from the Pool array I found this, only fragments, I think this is Python :

diffVec[count] = np.power(np.sum(np.power(currentDiff,c)/numBins),1/c)

Module numpy

Reasons:
  • Blacklisted phrase (0.5): enter link description here
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Winfried