I tried the java version. When I run the example from the code, the result as follows
euclidean: 2.23606797749979
cosine similarity: 0.9999999999999998
ts ss: 4.6395825669994775E-4
I get that the cosine similarity is 0.99, because I expect it to be out of 1 or 100%. But why euclidean and ts ss exceed 100%. How to measure it then?
I tried the java version. When I run the example from the code, the result as follows euclidean: 2.23606797749979 cosine similarity: 0.9999999999999998 ts ss: 4.6395825669994775E-4
I get that the cosine similarity is 0.99, because I expect it to be out of 1 or 100%. But why euclidean and ts ss exceed 100%. How to measure it then?