Dec-24-2018, 10:32 PM
On line 23, try converting the values to numbers:
euclidean += pow((int(test2[i][k]) - int(test1[j][k])),2)
TypeError: unsupported operand type(s) for -: 'str' and 'str'
|
|