You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful for web interface users to see how articles are related to each other during clustering as defined in issue #217. Scores need not be generated because they’re already reflected in the clustering score.
As clustering occurs (it would be more efficient to do it this way than recomputing), please track cases where Article A is clustered with ArticleB and why.
ReCiter has several phases of clustering:
It would be useful for web interface users to see how articles are related to each other during clustering as defined in issue #217. Scores need not be generated because they’re already reflected in the clustering score.
As clustering occurs (it would be more efficient to do it this way than recomputing), please track cases where Article A is clustered with ArticleB and why.
If an article is in its own cluster, return:
Note that tepid clustering is defined in step 3 of #217
Else, return any of the following as appropriate (the numbers are PMIDs of course):
In the web interface for the end user, we will convert these lists of PMIDs to links.
The text was updated successfully, but these errors were encountered: