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

How to use the algorithm for the comparison of two lists of features? #1

Closed
GoogleCodeExporter opened this issue Sep 2, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

I wonder if you would have some pointer to use the all pair comparison code
between two lists instead of within one list

Original issue reported on code.google.com by pombreda...@gmail.com on 21 Jul 2009 at 11:38

@GoogleCodeExporter
Copy link
Author

Hi, I'm not sure I understand the question.  Can you clarify?

Original comment by roberto....@gmail.com on 3 Jan 2010 at 4:00

@GoogleCodeExporter
Copy link
Author

Original comment by roberto....@gmail.com on 23 Jan 2010 at 6:40

  • Changed state: Invalid

@GoogleCodeExporter
Copy link
Author

Roberto: Sorry for teh late reply but for whatever reason, the first 
notification
about your Jan 2nd question got lost in my spam filter.
What I meant is the ability to provide as an input not one dataset but two 
dataset.
In this setting, one dataset would be some "reference" and the second dataset a
"query" dataset. 
The goal would be to find all items in the "query" set that are similar to 
items in
the "reference" data set above a certain threshold: basically returning the
similarity intersection between the two sets as opposed to the current setting 
where
only pairs within the same are considered. I guess one way could be to merge 
the sets
and discard pairs returned from the same set, though that does seem pretty 
naive.  

Original comment by pombreda...@gmail.com on 26 Jan 2010 at 6:53

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

No branches or pull requests

1 participant