Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

distance #5

Open
AvrahamTs opened this issue Jan 1, 2020 · 1 comment
Open

distance #5

AvrahamTs opened this issue Jan 1, 2020 · 1 comment

Comments

@AvrahamTs
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants