distance
AvrahamTs opened this issue · 1 comments
AvrahamTs commented
why the euclide-cosine distance is calculated as:
euclidean(mean_feature, feat)/200. + cosine(mean_feature, feat) ?
How did you decide on the factor 1/200?
aadeshnpn commented
Thanks @AvrahamTs . This code was a port from original paper implementation. In the authors original implementation, they used the factor 1/200 and I am just using that factor. Hope this helps.