I'm using Cosine Similarity formula to caculate similarity between two vectors. I tried two different vectors like this:
Vector1(-1237373741, 27, 1, 1, 331289590, 1818540802)
Vector2(-1237373741, 49, 1, 1, 331289590, 1818540802)
Two vectors has a little different, but the result is 1.
I don't know why? Anyone can explain this problem for me? thanks so much.