1/30/12

Algorithmic Approach / IA Input

We had an idea to implement a similarity search for inventors/assignees in the same fields as the given inventor/assignee.
Most of the code is finished  only thing left is to implement the balance between the number of patents the user wants the algorithm to run on and the number of patents he wants to have displayed.
So we need to think how to display the results from each patent the similarity search was ran on, to ensure the best and correct number of results.

For now its done.
Only possible issue is that we made it work so it skips those patents for the algorithm that dont have any similarities or not enough for the purpose of displaying them in order.
One could make it display the rest from the first couple of patents but for now we do not think it is necessary since no specific field is requested.

No comments:

Post a Comment